Set correct path for unit test

pull/5370/head
ioedeveloper 4 years ago
parent 2282288511
commit fb68c4f7d4
  1. 2
      apps/remix-ide-e2e/src/tests/solidityUnittests.test.ts

@ -102,7 +102,7 @@ module.exports = {
'Should fail on compilation': function (browser: NightwatchBrowser) {
browser.waitForElementPresent('*[data-id="verticalIconsKindfileExplorers"]')
.addFile('compilationError_test.sol', sources[0]['browser/compilationError_test.sol'])
.addFile('tests/compilationError_test.sol', sources[0]['browser/compilationError_test.sol'])
.clickLaunchIcon('fileExplorers')
.openFile('browser/tests/compilationError_test.sol')
.clickLaunchIcon('solidityUnitTesting')

Loading…
Cancel
Save