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 58826f0 commit 9c27d90Copy full SHA for 9c27d90
apps/remix-ide-e2e/src/tests/ballot.test.ts
@@ -118,10 +118,8 @@ module.exports = {
118
.connectToExternalHttpProvider('http://localhost:8545', 'Custom')
119
.clickLaunchIcon('solidity')
120
.clickLaunchIcon('udapp')
121
- .pause(10000)
122
.clearValue('input[placeholder="bytes32[] proposalNames"]')
123
.setValue('input[placeholder="bytes32[] proposalNames"]', '["0x48656c6c6f20576f726c64210000000000000000000000000000000000000000"]')
124
- .pause(2000)
125
.click('*[data-id="Deploy - transact (not payable)"]')
126
.clickInstance(0)
127
.click('*[data-id="terminalClearConsole"]')
0 commit comments