fix e2e tests

pull/426/head
yann300 4 years ago
parent cb67e576ed
commit 7672f692a9
  1. 2
      apps/remix-ide-e2e/src/tests/compiler_api.test.ts
  2. 8
      apps/remix-ide-e2e/src/tests/terminal.test.ts

@ -23,7 +23,7 @@ module.exports = {
.addFile('test_jsCompile.js', { content: jsCompile })
.executeScript('remix.exeCurrent()')
.pause(5000)
.journalChildIncludes(`version: '0.6.8+commit.0bbfe453'`)
.journalChildIncludes(`"languageversion": "0.6.8+commit.0bbfe453"`)
},
'Should update the compiler configuration with "setCompilerConfig" API': function (browser: NightwatchBrowser) {

@ -42,14 +42,6 @@ module.exports = {
.journalChildIncludes('remix.help()')
},
'Should execute remix.debugHelp() command': function (browser: NightwatchBrowser) {
browser
.waitForElementVisible('*[data-id="terminalCli"]')
.executeScript('remix.debugHelp()')
.journalChildIncludes('Here are some examples of scripts that can be run (using remix.exeCurrent() or directly from the console)')
.journalChildIncludes('Please see https://www.npmjs.com/package/remix-debug for more informations')
},
'Async/Await Script': function (browser: NightwatchBrowser) {
browser
.addFile('asyncAwait.js', { content: asyncAwait })

Loading…
Cancel
Save