|
|
|
@ -29,10 +29,8 @@ module.exports = { |
|
|
|
|
}, |
|
|
|
|
'Using Web Worker #group1 #flaky': function (browser: NightwatchBrowser) { |
|
|
|
|
browser |
|
|
|
|
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) |
|
|
|
|
.waitForElementVisible('[for="autoCompile"]') |
|
|
|
|
.click('[for="autoCompile"]') |
|
|
|
|
.clickLaunchIcon('filePanel') |
|
|
|
|
.waitForElementVisible('[data-id="compilerNightliesBuild"]') |
|
|
|
|
.click('[data-id="compilerNightliesBuild"]') |
|
|
|
|
.addFile('basic.sol', sources[0]['basic.sol'])
|
|
|
|
|