Skip to content

Commit 9c27d90

Browse files
committed
remove pause
1 parent 58826f0 commit 9c27d90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,8 @@ module.exports = {
118118
.connectToExternalHttpProvider('http://localhost:8545', 'Custom')
119119
.clickLaunchIcon('solidity')
120120
.clickLaunchIcon('udapp')
121-
.pause(10000)
122121
.clearValue('input[placeholder="bytes32[] proposalNames"]')
123122
.setValue('input[placeholder="bytes32[] proposalNames"]', '["0x48656c6c6f20576f726c64210000000000000000000000000000000000000000"]')
124-
.pause(2000)
125123
.click('*[data-id="Deploy - transact (not payable)"]')
126124
.clickInstance(0)
127125
.click('*[data-id="terminalClearConsole"]')

0 commit comments

Comments
 (0)