File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ module.exports = {
121121 . pause ( 10000 )
122122 . clearValue ( 'input[placeholder="bytes32[] proposalNames"]' )
123123 . setValue ( 'input[placeholder="bytes32[] proposalNames"]' , '["0x48656c6c6f20576f726c64210000000000000000000000000000000000000000"]' )
124+ . pause ( 2000 )
124125 . click ( '*[data-id="Deploy - transact (not payable)"]' )
125126 . clickInstance ( 0 )
126127 . click ( '*[data-id="terminalClearConsole"]' )
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ module.exports = {
9797 . pause ( 10000 )
9898 . clearValue ( 'input[placeholder="uint8 _numProposals"]' )
9999 . setValue ( 'input[placeholder="uint8 _numProposals"]' , '2' )
100+ . pause ( 2000 )
100101 . click ( '*[data-id="Deploy - transact (not payable)"]' )
101102 . clickInstance ( 0 )
102103 . click ( '*[data-id="terminalClearConsole"]' )
You can’t perform that action at this time.
0 commit comments