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

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

Loading…
Cancel
Save