Fixed failing test

pull/4/head
ioedeveloper 5 years ago
parent b4e1e586d2
commit 15effc5bdb
  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