Fixed failing tests

pull/5370/head
ioedeveloper 4 years ago
parent 140d578e34
commit fd29a73fb6
  1. 2
      apps/remix-ide-e2e/src/tests/solidityImport.spec.ts

@ -26,7 +26,7 @@ module.exports = {
'Test Failed Import': function (browser: NightwatchBrowser) {
browser.addFile('Untitled3.sol', sources[2]['Untitled3.sol'])
.clickLaunchIcon('solidity')
.assert.containsText('#compileTabView .error pre', 'not found Untitled11.sol')
.assert.containsText('#compileTabView .error pre', 'not found default_workspace/Untitled11.sol')
},
'Test Github Import - from master branch': function (browser: NightwatchBrowser) {

Loading…
Cancel
Save