We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652ea2b commit 58826f0Copy full SHA for 58826f0
apps/remix-ide-e2e/src/tests/ballot_0_4_14.test.ts
@@ -94,10 +94,8 @@ module.exports = {
94
.connectToExternalHttpProvider('http://localhost:8545', 'Custom')
95
.clickLaunchIcon('solidity')
96
.clickLaunchIcon('udapp')
97
- .pause(10000)
98
.clearValue('input[placeholder="uint8 _numProposals"]')
99
.setValue('input[placeholder="uint8 _numProposals"]', '2')
100
- .pause(15000)
101
.click('*[data-id="Deploy - transact (not payable)"]')
102
.clickInstance(0)
103
.click('*[data-id="terminalClearConsole"]')
0 commit comments