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 203272b commit 4e06bbbCopy full SHA for 4e06bbb
apps/remix-ide-e2e/src/tests/ballot.test.ts
@@ -118,7 +118,7 @@ module.exports = {
118
.connectToExternalHttpProvider('http://localhost:8545', 'Custom')
119
.clickLaunchIcon('solidity')
120
.clickLaunchIcon('udapp')
121
- .pause(2000)
+ .pause(4000)
122
.clearValue('input[placeholder="bytes32[] proposalNames"]')
123
.setValue('input[placeholder="bytes32[] proposalNames"]', '["0x48656c6c6f20576f726c64210000000000000000000000000000000000000000"]')
124
.click('*[data-id="Deploy - transact (not payable)"]')
0 commit comments