test if line is highlighted

pull/1484/head^2
yann300 3 years ago committed by Aniket
parent 2e6bb7e07f
commit aa6919b7fc
  1. 1
      apps/remix-ide-e2e/src/tests/remixd.test.ts

@ -85,6 +85,7 @@ module.exports = {
.waitForElementPresent('#staticanalysisresult .warning', 2000, true, function () {
browser
.click('[data-id="staticAnalysisModuleMiscellaneous1"')
.waitForElementPresent('.highlightLine6', 60000)
.getEditorValue((content) => {
browser.assert.ok(content.indexOf(
'function _sendLogPayload(bytes memory payload) private view {') !== -1,

Loading…
Cancel
Save