Commit 6d18e845 authored by yann300's avatar yann300 Committed by davidzagi93@gmail.com

linting

parent 9bbc4a0c
...@@ -19,7 +19,6 @@ module.exports = { ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment