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 4e06bbb commit b912583Copy full SHA for b912583
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(4000)
+ .pause(7000)
122
.clearValue('input[placeholder="bytes32[] proposalNames"]')
123
.setValue('input[placeholder="bytes32[] proposalNames"]', '["0x48656c6c6f20576f726c64210000000000000000000000000000000000000000"]')
124
.click('*[data-id="Deploy - transact (not payable)"]')
@@ -555,4 +555,4 @@ contract Retriever is Storage {
555
return number;
556
}
557
558
-`
+`
0 commit comments