workspace fix

pull/1573/head
aniket-engg 3 years ago committed by Aniket
parent 2fd5576e25
commit f896e70516
  1. 2
      apps/remix-ide-e2e/src/tests/solidityUnittests.spec.ts

@ -210,7 +210,7 @@ module.exports = {
.clickLaunchIcon('filePanel') .clickLaunchIcon('filePanel')
.pause(2000) .pause(2000)
.openFile('tests/ballotFailedDebug_test.sol') .openFile('tests/ballotFailedDebug_test.sol')
.removeFile('tests/ballotFailedDebug_test.sol', 'default_workspace') .removeFile('tests/ballotFailedDebug_test.sol', 'workspace_new')
}, },
'Basic Solidity Unit tests with local compiler': function (browser: NightwatchBrowser) { 'Basic Solidity Unit tests with local compiler': function (browser: NightwatchBrowser) {

Loading…
Cancel
Save