pull/1582/head
yann300 3 years ago
parent 08d259ee21
commit cdebbe7e25
  1. 1
      apps/remix-ide-e2e/src/tests/url.spec.ts

@ -19,7 +19,6 @@ module.exports = {
'Should load the code from URL params (code param)': function (browser: NightwatchBrowser) { 'Should load the code from URL params (code param)': function (browser: NightwatchBrowser) {
browser browser
.clickLaunchIcon('solidity')
.waitForElementVisible('[for="autoCompile"]') .waitForElementVisible('[for="autoCompile"]')
.click('[for="autoCompile"]') // we set it too false in the local storage .click('[for="autoCompile"]') // we set it too false in the local storage
.pause(5000) .pause(5000)

Loading…
Cancel
Save