@@ -67,7 +67,7 @@ module.exports = {
67
67
. createContract ( '' )
68
68
. waitForElementContainsText ( '[data-id="udappNotifyModalDialogModalTitle-react"]' , 'Deploy Implementation & Proxy (ERC1967)' )
69
69
. waitForElementVisible ( '[data-id="udappNotify-modal-footer-ok-react"]' )
70
- . click ( '[data-id="udappNotify-modal-footer-ok-react"]' , 60000 )
70
+ . click ( '[data-id="udappNotify-modal-footer-ok-react"]' )
71
71
. waitForElementContainsText ( '[data-id="confirmProxyDeploymentModalDialogModalTitle-react"]' , 'Confirm Deploy Proxy (ERC1967)' )
72
72
. waitForElementVisible ( '[data-id="confirmProxyDeployment-modal-footer-ok-react"]' )
73
73
. click ( '[data-id="confirmProxyDeployment-modal-footer-ok-react"]' )
@@ -118,7 +118,7 @@ module.exports = {
118
118
. createContract ( '' )
119
119
. waitForElementContainsText ( '[data-id="udappNotifyModalDialogModalTitle-react"]' , 'Deploy Implementation & Proxy (ERC1967)' )
120
120
. waitForElementVisible ( '[data-id="udappNotify-modal-footer-ok-react"]' )
121
- . click ( '[data-id="udappNotify-modal-footer-ok-react"]' , 60000 )
121
+ . click ( '[data-id="udappNotify-modal-footer-ok-react"]' )
122
122
. waitForElementContainsText ( '[data-id="confirmProxyDeploymentModalDialogModalTitle-react"]' , 'Confirm Deploy Proxy (ERC1967)' )
123
123
. waitForElementVisible ( '[data-id="confirmProxyDeployment-modal-footer-ok-react"]' )
124
124
. click ( '[data-id="confirmProxyDeployment-modal-footer-ok-react"]' )
@@ -170,7 +170,7 @@ module.exports = {
170
170
. createContract ( '' )
171
171
. waitForElementContainsText ( '[data-id="udappNotifyModalDialogModalTitle-react"]' , 'Deploy Implementation & Update Proxy' )
172
172
. waitForElementVisible ( '[data-id="udappNotify-modal-footer-ok-react"]' )
173
- . click ( '[data-id="udappNotify-modal-footer-ok-react"]' , 60000 )
173
+ . click ( '[data-id="udappNotify-modal-footer-ok-react"]' )
174
174
. waitForElementContainsText ( '[data-id="confirmProxyDeploymentModalDialogModalTitle-react"]' , 'Confirm Update Proxy (ERC1967)' )
175
175
. waitForElementVisible ( '[data-id="confirmProxyDeployment-modal-footer-ok-react"]' , 60000 )
176
176
. click (
@@ -212,7 +212,7 @@ module.exports = {
212
212
. createContract ( '' )
213
213
. waitForElementContainsText ( '[data-id="udappNotifyModalDialogModalTitle-react"]' , 'Deploy Implementation & Update Proxy' )
214
214
. waitForElementVisible ( '[data-id="udappNotify-modal-footer-ok-react"]' )
215
- . click ( '[data-id="udappNotify-modal-footer-ok-react"]' , 60000 )
215
+ . click ( '[data-id="udappNotify-modal-footer-ok-react"]' )
216
216
. waitForElementContainsText ( '[data-id="confirmProxyDeploymentModalDialogModalTitle-react"]' , 'Confirm Update Proxy (ERC1967)' )
217
217
. waitForElementVisible ( '[data-id="confirmProxyDeployment-modal-footer-ok-react"]' )
218
218
. click ( '[data-id="confirmProxyDeployment-modal-footer-ok-react"]' )
0 commit comments