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
  2. 4
      apps/remix-ide/src/app/files/fileManager.js

@ -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,

@ -636,8 +636,8 @@ class FileManager extends Plugin {
}
})
})
})()
}
})()
}
}
/**

Loading…
Cancel
Save