|
|
|
@ -90,7 +90,6 @@ module.exports = { |
|
|
|
|
.openFile('browser/removeSourcehighlightScript.js') |
|
|
|
|
.executeScript('remix.exeCurrent()') |
|
|
|
|
.openFile('browser/3_Ballot.sol') |
|
|
|
|
.editorScroll('down', 60) |
|
|
|
|
.waitForElementNotPresent('.highlightLine32') |
|
|
|
|
.checkElementStyle('.highlightLine40', 'background-color', 'rgb(8, 108, 181)') |
|
|
|
|
.checkElementStyle('.highlightLine50', 'background-color', 'rgb(8, 108, 181)') |
|
|
|
@ -101,7 +100,6 @@ module.exports = { |
|
|
|
|
.openFile('browser/removeAllSourcehighlightScript.js') |
|
|
|
|
.executeScript('remix.exeCurrent()') |
|
|
|
|
.openFile('browser/3_Ballot.sol') |
|
|
|
|
.editorScroll('down', 60) |
|
|
|
|
.waitForElementNotPresent('.highlightLine32') |
|
|
|
|
.waitForElementNotPresent('.highlightLine40') |
|
|
|
|
.waitForElementNotPresent('.highlightLine50') |
|
|
|
|