pull/3070/head
filip mertens 2 years ago committed by yann300
parent a4f25e7ee3
commit e5037aed1a
  1. 2
      apps/remix-ide-e2e/src/tests/workspace.test.ts

@ -22,7 +22,7 @@ module.exports = {
.refreshPage()
.waitForElementVisible('#editorView', 30000)
.getEditorValue((content) => {
browser.assert.ok(content.indexOf('contract Ballot {') !== -1, 'content includes Ballot contract')
browser.assert.ok(content.indexOf('contract Callot {') !== -1, 'content includes Ballot contract')
})
},

Loading…
Cancel
Save