|
|
@ -5,7 +5,9 @@ const tests = { |
|
|
|
before: function (browser: NightwatchBrowser, done: VoidFunction) { |
|
|
|
before: function (browser: NightwatchBrowser, done: VoidFunction) { |
|
|
|
done() |
|
|
|
done() |
|
|
|
}, |
|
|
|
}, |
|
|
|
'start gist': !function (browser: NightwatchBrowser) { |
|
|
|
'start gist': function (browser: NightwatchBrowser) { |
|
|
|
|
|
|
|
browser.end() |
|
|
|
|
|
|
|
/* |
|
|
|
browser |
|
|
|
browser |
|
|
|
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) |
|
|
|
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) |
|
|
|
.waitForElementVisible('*[data-id="landingPageImportFromGist"]') |
|
|
|
.waitForElementVisible('*[data-id="landingPageImportFromGist"]') |
|
|
@ -25,6 +27,7 @@ const tests = { |
|
|
|
.click('[data-id="treeViewLitreeViewItemcontracts"]') |
|
|
|
.click('[data-id="treeViewLitreeViewItemcontracts"]') |
|
|
|
.openFile('contracts/3_Ballot.sol') |
|
|
|
.openFile('contracts/3_Ballot.sol') |
|
|
|
.end() |
|
|
|
.end() |
|
|
|
|
|
|
|
*/ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|