updated e2e tests

pull/5370/head
aniket-engg 4 years ago committed by Aniket
parent c123357385
commit 1c0b762d17
  1. 3
      apps/remix-ide-e2e/src/tests/staticAnalysis.test.ts

@ -43,7 +43,8 @@ function runTests (browser: NightwatchBrowser) {
.waitForElementPresent('#staticanalysisresult .warning', 2000, true, function () {
listSelectorContains(['Use of tx.origin',
'Fallback function of contract TooMuchGas requires too much gas',
'TooMuchGas.() : Variables have very similar names "test" and "test1".'],
'TooMuchGas.() : Variables have very similar names "test" and "test1".',
'TooMuchGas.() : Variables have very similar names "test" and "test1".' ],
'#staticanalysisresult .warning',
browser, function () {
browser.end()

Loading…
Cancel
Save