workspace fix

pull/1647/head
filip mertens 3 years ago
parent e89a52dc2b
commit 25f607b66c
  1. 2
      apps/remix-ide-e2e/src/tests/workspace.test.ts

@ -19,7 +19,7 @@ module.exports = {
browser
.pause(5000)
.refresh()
.pause(10000)
.pause(20000)
.getEditorValue((content) => {
browser.assert.ok(content.indexOf('contract Ballot {') !== -1, 'content doesn\'t include Ballot contract')
})

Loading…
Cancel
Save