fix e2e test

pull/5370/head
yann300 4 years ago committed by GitHub
parent 2690f87c7a
commit d749766344
  1. 3
      apps/remix-ide-e2e/src/tests/debugger.test.ts

@ -94,8 +94,7 @@ module.exports = {
.getEditorValue((content) => {
browser.assert.ok(content.indexOf(`constructor (string memory name_, string memory symbol_) {
_name = name_;
_symbol = symbol_;
_decimals = 18;
_symbol = symbol_;
}`) != -1,
'current displayed content is not from the ERC20 source code')
})

Loading…
Cancel
Save