fix e2e test

pull/847/head
yann300 4 years ago committed by GitHub
parent 6504bdfc1b
commit 457acaaccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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