Unverified Commit 13f8f383 authored by Rob's avatar Rob Committed by GitHub

Merge pull request #1591 from ethereum/fix_e2e

Fix e2e locally
parents ca1748fb e9b9e3da
......@@ -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"]')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment