From 5cddc1fc7ace17ff78561a8b9c1a6a2db653e073 Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Fri, 29 Jan 2021 20:06:26 +0530 Subject: [PATCH] updated e2e tests --- apps/remix-ide-e2e/src/tests/staticAnalysis.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/tests/staticAnalysis.test.ts b/apps/remix-ide-e2e/src/tests/staticAnalysis.test.ts index cf8750f159..3f18eaa00e 100644 --- a/apps/remix-ide-e2e/src/tests/staticAnalysis.test.ts +++ b/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()