Skip to content

Commit 58826f0

Browse files
committed
remove pause
1 parent 652ea2b commit 58826f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/remix-ide-e2e/src/tests/ballot_0_4_14.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,8 @@ module.exports = {
9494
.connectToExternalHttpProvider('http://localhost:8545', 'Custom')
9595
.clickLaunchIcon('solidity')
9696
.clickLaunchIcon('udapp')
97-
.pause(10000)
9897
.clearValue('input[placeholder="uint8 _numProposals"]')
9998
.setValue('input[placeholder="uint8 _numProposals"]', '2')
100-
.pause(15000)
10199
.click('*[data-id="Deploy - transact (not payable)"]')
102100
.clickInstance(0)
103101
.click('*[data-id="terminalClearConsole"]')

0 commit comments

Comments
 (0)