Fixed failing test

pull/5370/head
ioedeveloper 5 years ago
parent 0453a1d179
commit 8f8e76e408
  1. 2
      apps/remix-ide/test-browser/tests/editor.test.js

@ -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')

Loading…
Cancel
Save