Commit 42e8192d authored by yann300's avatar yann300 Committed by Aniket

fix e2e

parent 9c59bcba
...@@ -85,7 +85,7 @@ module.exports = { ...@@ -85,7 +85,7 @@ module.exports = {
.waitForElementPresent('#staticanalysisresult .warning', 2000, true, function () { .waitForElementPresent('#staticanalysisresult .warning', 2000, true, function () {
browser browser
.click('[data-id="staticAnalysisModuleMiscellaneous1"') .click('[data-id="staticAnalysisModuleMiscellaneous1"')
.waitForElementPresent('.highlightLine6', 60000) .waitForElementPresent('.highlightLine15', 60000)
.getEditorValue((content) => { .getEditorValue((content) => {
browser.assert.ok(content.indexOf( browser.assert.ok(content.indexOf(
'function _sendLogPayload(bytes memory payload) private view {') !== -1, 'function _sendLogPayload(bytes memory payload) private view {') !== -1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment