Set correct path for unit test

pull/668/head
ioedeveloper 4 years ago
parent e54320442e
commit a34d88c47c
  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