fix e2e locally

pull/1591/head
yann300 3 years ago
parent 414b96f44f
commit 0e3fad4994
  1. 1
      apps/remix-ide-e2e/src/tests/solidityUnittests.spec.ts

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

Loading…
Cancel
Save