Merge pull request #1591 from ethereum/fix_e2e

Fix e2e locally
pull/1592/head^2
Rob 3 years ago committed by GitHub
commit 13f8f383f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      apps/remix-ide-e2e/src/tests/solidityUnittests.spec.ts

@ -96,6 +96,7 @@ module.exports = {
.clickLaunchIcon('filePanel')
.openFile('tests/compilationError_test.sol')
.clickLaunchIcon('solidityUnitTesting')
.pause(2000)
.click('*[data-id="testTabCheckAllTests"]')
.clickElementAtPosition('.singleTestLabel', 3)
.scrollAndClick('*[data-id="testTabRunTestsTabRunAction"]')

Loading…
Cancel
Save