pull/5370/head
yann300 10 months ago
parent 715e02de43
commit c280f2307c
  1. 2
      apps/remix-ide-e2e/src/tests/workspace_git.test.ts

@ -386,7 +386,7 @@ module.exports = {
.openFile('src/Counter.sol')
.pause(1000)
.getEditorValue((content) => {
browser.assert.ok(content.indexOf(`contract Counter is BaseHook { `) !== -1,
browser.assert.ok(content.indexOf(`contract Counter is BaseHook {`) !== -1,
'Incorrect content')
})
},

Loading…
Cancel
Save