We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d259e commit cdebbe7Copy full SHA for cdebbe7
apps/remix-ide-e2e/src/tests/url.spec.ts
@@ -19,7 +19,6 @@ module.exports = {
19
20
'Should load the code from URL params (code param)': function (browser: NightwatchBrowser) {
21
browser
22
- .clickLaunchIcon('solidity')
23
.waitForElementVisible('[for="autoCompile"]')
24
.click('[for="autoCompile"]') // we set it too false in the local storage
25
.pause(5000)
0 commit comments