updated e2e tests

pull/825/head
aniket-engg 4 years ago committed by Aniket
parent 94c834cb53
commit 5cddc1fc7a
  1. 1
      apps/remix-ide-e2e/src/tests/staticAnalysis.test.ts

@ -43,6 +43,7 @@ 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".' ],
'#staticanalysisresult .warning',
browser, function () {

Loading…
Cancel
Save