do not open solidity

pull/5370/head
filip mertens 2 years ago
parent 85ff266a1b
commit 74a9a85a66
  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