Unverified Commit 7192db05 authored by Aniket's avatar Aniket Committed by GitHub

Merge pull request #2411 from ethereum/LianaHus-patch-2

added pause for test results
parents 23c3be2f 10bd610f
......@@ -27,6 +27,7 @@ function runTests (browser) {
.clickLaunchIcon('solidityUnitTesting')
.scrollAndClick('#runTestsTabRunAction')
.waitForElementPresent('#solidityUnittestsOutput div[class^="testPass"]')
.pause(10000)
.assert.containsText('#solidityUnittestsOutput', 'browser/ballot_test.sol (test3)')
.assert.containsText('#solidityUnittestsOutput', '✓ (Check winning proposal)')
.assert.containsText('#solidityUnittestsOutput', '✓ (Check winnin proposal with return value)')
......
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