mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-05 12:23:16 +03:00
Fix path
This commit is contained in:
parent
e8b7783b29
commit
3773787eab
|
@ -27,9 +27,9 @@ describe('Chrome extension', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should open extension's window", async () => {
|
it("should open extension's window", async () => {
|
||||||
await driver.get(`chrome-extension://${extensionId}/window.html#left`);
|
await driver.get(`chrome-extension://${extensionId}/devpanel.html`);
|
||||||
const url = await driver.getCurrentUrl();
|
const url = await driver.getCurrentUrl();
|
||||||
expect(url).toBe(`chrome-extension://${extensionId}/window.html#left`);
|
expect(url).toBe(`chrome-extension://${extensionId}/devpanel.html`);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should match document title', async () => {
|
it('should match document title', async () => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user