pull/2269/head
filip mertens 3 years ago
parent 26db43f85d
commit 247b8f0492
  1. 3
      apps/remix-ide-e2e/src/tests/remixd.test.ts

@ -87,8 +87,9 @@ module.exports = {
.click('#staticanalysisButton button').pause(4000)
.waitForElementPresent('#staticanalysisresult .warning', 2000, true, function () {
browser
.waitForElementVisible('[data-id="staticAnalysisModuleMiscellaneous1"')
.click('[data-id="staticAnalysisModuleMiscellaneous1"')
.waitForElementPresent('.highlightLine16', 60000)
.waitForElementVisible('.highlightLine16', 60000)
.getEditorValue((content) => {
browser.assert.ok(content.indexOf(
'function _sendLogPayload(bytes memory payload) private view {') !== -1,

Loading…
Cancel
Save