@@ -67,7 +67,7 @@ module.exports = {
6767 . createContract ( '' )
6868 . waitForElementContainsText ( '[data-id="udappNotifyModalDialogModalTitle-react"]' , 'Deploy Implementation & Proxy (ERC1967)' )
6969 . 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"]' )
7171 . waitForElementContainsText ( '[data-id="confirmProxyDeploymentModalDialogModalTitle-react"]' , 'Confirm Deploy Proxy (ERC1967)' )
7272 . waitForElementVisible ( '[data-id="confirmProxyDeployment-modal-footer-ok-react"]' )
7373 . click ( '[data-id="confirmProxyDeployment-modal-footer-ok-react"]' )
@@ -118,7 +118,7 @@ module.exports = {
118118 . createContract ( '' )
119119 . waitForElementContainsText ( '[data-id="udappNotifyModalDialogModalTitle-react"]' , 'Deploy Implementation & Proxy (ERC1967)' )
120120 . 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"]' )
122122 . waitForElementContainsText ( '[data-id="confirmProxyDeploymentModalDialogModalTitle-react"]' , 'Confirm Deploy Proxy (ERC1967)' )
123123 . waitForElementVisible ( '[data-id="confirmProxyDeployment-modal-footer-ok-react"]' )
124124 . click ( '[data-id="confirmProxyDeployment-modal-footer-ok-react"]' )
@@ -170,7 +170,7 @@ module.exports = {
170170 . createContract ( '' )
171171 . waitForElementContainsText ( '[data-id="udappNotifyModalDialogModalTitle-react"]' , 'Deploy Implementation & Update Proxy' )
172172 . 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"]' )
174174 . waitForElementContainsText ( '[data-id="confirmProxyDeploymentModalDialogModalTitle-react"]' , 'Confirm Update Proxy (ERC1967)' )
175175 . waitForElementVisible ( '[data-id="confirmProxyDeployment-modal-footer-ok-react"]' , 60000 )
176176 . click (
@@ -212,7 +212,7 @@ module.exports = {
212212 . createContract ( '' )
213213 . waitForElementContainsText ( '[data-id="udappNotifyModalDialogModalTitle-react"]' , 'Deploy Implementation & Update Proxy' )
214214 . 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"]' )
216216 . waitForElementContainsText ( '[data-id="confirmProxyDeploymentModalDialogModalTitle-react"]' , 'Confirm Update Proxy (ERC1967)' )
217217 . waitForElementVisible ( '[data-id="confirmProxyDeployment-modal-footer-ok-react"]' )
218218 . click ( '[data-id="confirmProxyDeployment-modal-footer-ok-react"]' )
0 commit comments