Unverified Commit c4e97f04 authored by yann300's avatar yann300 Committed by GitHub

fix e2e tests

parent 457acaac
......@@ -94,7 +94,7 @@ module.exports = {
.getEditorValue((content) => {
browser.assert.ok(content.indexOf(`constructor (string memory name_, string memory symbol_) {
_name = name_;
_symbol = symbol_;
_symbol = symbol_;
}`) != -1,
'current displayed content is not from the ERC20 source code')
})
......
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