|
|
@ -30,7 +30,6 @@ module.exports = { |
|
|
|
'Using Web Worker #group1 #flaky': function (browser: NightwatchBrowser) { |
|
|
|
'Using Web Worker #group1 #flaky': function (browser: NightwatchBrowser) { |
|
|
|
browser |
|
|
|
browser |
|
|
|
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) |
|
|
|
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) |
|
|
|
.clickLaunchIcon('solidity') |
|
|
|
|
|
|
|
.waitForElementVisible('[for="autoCompile"]') |
|
|
|
.waitForElementVisible('[for="autoCompile"]') |
|
|
|
.click('[for="autoCompile"]') |
|
|
|
.click('[for="autoCompile"]') |
|
|
|
.clickLaunchIcon('filePanel') |
|
|
|
.clickLaunchIcon('filePanel') |
|
|
|