Skip to content

Commit 2349b37

Browse files
Aniket-Enggyann300
authored andcommitted
adjust pause
1 parent bc29762 commit 2349b37

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ module.exports = {
121121
.pause(10000)
122122
.clearValue('input[placeholder="bytes32[] proposalNames"]')
123123
.setValue('input[placeholder="bytes32[] proposalNames"]', '["0x48656c6c6f20576f726c64210000000000000000000000000000000000000000"]')
124-
.pause(5000)
125124
.click('*[data-id="Deploy - transact (not payable)"]')
126125
.clickInstance(0)
127126
.click('*[data-id="terminalClearConsole"]')

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ module.exports = {
9494
.connectToExternalHttpProvider('http://localhost:8545', 'Custom')
9595
.clickLaunchIcon('solidity')
9696
.clickLaunchIcon('udapp')
97-
.pause(2000)
97+
.pause(10000)
9898
.clearValue('input[placeholder="uint8 _numProposals"]')
9999
.setValue('input[placeholder="uint8 _numProposals"]', '2')
100100
.click('*[data-id="Deploy - transact (not payable)"]')

0 commit comments

Comments
 (0)