|
|
|
@ -25,7 +25,7 @@ module.exports = { |
|
|
|
|
.pause(4000) // wait for the compiler to finish
|
|
|
|
|
.scrollToLine(37) |
|
|
|
|
}, |
|
|
|
|
'Should show hover over contract in editor #group1': function (browser: NightwatchBrowser) { |
|
|
|
|
'Should show hover over contract in editor #group1 #flaky': function (browser: NightwatchBrowser) { |
|
|
|
|
const path = "//*[contains(text(),'BallotHoverTest')]" |
|
|
|
|
checkEditorHoverContent(browser, path, 'contract BallotHoverTest is BallotHoverTest') |
|
|
|
|
checkEditorHoverContent(browser, path, 'contracts/3_Ballot.sol 10:0') |
|
|
|
|