mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 14:09:46 +03:00
Remove port
This commit is contained in:
parent
205a07c71c
commit
980d29b571
|
@ -3,7 +3,6 @@ import webdriver from 'selenium-webdriver';
|
||||||
import chrome from 'selenium-webdriver/chrome';
|
import chrome from 'selenium-webdriver/chrome';
|
||||||
import { switchMonitorTests, delay } from '../utils/e2e';
|
import { switchMonitorTests, delay } from '../utils/e2e';
|
||||||
|
|
||||||
const port = 9515;
|
|
||||||
const path = resolve(__dirname, '..', '..', 'dist');
|
const path = resolve(__dirname, '..', '..', 'dist');
|
||||||
const extensionId = 'lmhkpmbekcpmknklioeibfkpmmfibljd';
|
const extensionId = 'lmhkpmbekcpmknklioeibfkpmmfibljd';
|
||||||
const actionsPattern =
|
const actionsPattern =
|
||||||
|
@ -15,7 +14,6 @@ describe('Chrome extension', function () {
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
await delay(2000);
|
await delay(2000);
|
||||||
driver = new webdriver.Builder()
|
driver = new webdriver.Builder()
|
||||||
.usingServer(`http://localhost:${port}`)
|
|
||||||
.setChromeOptions(
|
.setChromeOptions(
|
||||||
new chrome.Options().addArguments(`load-extension=${path}`),
|
new chrome.Options().addArguments(`load-extension=${path}`),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user