unittests e2e tests fix

pull/5370/head
aniket-engg 4 years ago committed by Aniket
parent 615606943d
commit d625446fe2
  1. 1
      apps/remix-ide-e2e/src/tests/solidityUnittests.test.ts

@ -167,6 +167,7 @@ function runTests (browser: NightwatchBrowser) {
browser
.waitForElementPresent('*[data-id="verticalIconsKindfileExplorers"]')
.clickLaunchIcon('fileExplorers')
.click('*[data-id="treeViewTogglebrowser/contracts"]')
.openFile('browser/contracts/3_Ballot.sol')
.clickLaunchIcon('solidityUnitTesting')
.pause(500)

Loading…
Cancel
Save