File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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"]' )
Original file line number Diff line number Diff 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)"]' )
You can’t perform that action at this time.
0 commit comments