do not open solidity

pull/2868/head
filip mertens 2 years ago
parent f9b059d86e
commit 5a06bfe67b
  1. 1
      apps/remix-ide-e2e/src/tests/usingWebWorker.test.ts

@ -30,7 +30,6 @@ module.exports = {
'Using Web Worker #group1 #flaky': function (browser: NightwatchBrowser) {
browser
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)
.clickLaunchIcon('solidity')
.waitForElementVisible('[for="autoCompile"]')
.click('[for="autoCompile"]')
.clickLaunchIcon('filePanel')

Loading…
Cancel
Save