Commit 948b62fc authored by dominique934's avatar dominique934 Committed by yann300

Update browser test

parent e155cfbf
...@@ -45,7 +45,7 @@ function runTests (browser) { ...@@ -45,7 +45,7 @@ function runTests (browser) {
dom.listSelectorContains(['browser/Untitled.sol:2:33:Use of tx.origin', dom.listSelectorContains(['browser/Untitled.sol:2:33:Use of tx.origin',
'Fallback function of contract TooMuchGas requires too much gas', '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', '#staticanalysisresult .staticAnalysisWarning',
browser, function () { browser, function () {
browser.end() browser.end()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment