mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 06:00:07 +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 { switchMonitorTests, delay } from '../utils/e2e';
|
||||
|
||||
const port = 9515;
|
||||
const path = resolve(__dirname, '..', '..', 'dist');
|
||||
const extensionId = 'lmhkpmbekcpmknklioeibfkpmmfibljd';
|
||||
const actionsPattern =
|
||||
|
@ -15,7 +14,6 @@ describe('Chrome extension', function () {
|
|||
beforeAll(async () => {
|
||||
await delay(2000);
|
||||
driver = new webdriver.Builder()
|
||||
.usingServer(`http://localhost:${port}`)
|
||||
.setChromeOptions(
|
||||
new chrome.Options().addArguments(`load-extension=${path}`),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user