Skip to content

Commit

Permalink
remove another usage of the x-server logic
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed May 2, 2023
1 parent b5a7b01 commit 12335a6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/e2e/metamask-ui.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const {
} = require('./helpers');
const { buildWebDriver } = require('./webdriver');
const Ganache = require('./ganache');
const { ensureXServerIsRunning } = require('./x-server');

const ganacheServer = new Ganache();
const dappPort = 8080;
Expand Down Expand Up @@ -45,12 +44,6 @@ describe('MetaMask', function () {
dappServer.on('listening', resolve);
dappServer.on('error', reject);
});
if (
process.env.SELENIUM_BROWSER === 'chrome' &&
process.env.CI === 'true'
) {
await ensureXServerIsRunning();
}
const result = await buildWebDriver();
driver = result.driver;
await driver.navigate();
Expand Down

0 comments on commit 12335a6

Please sign in to comment.