Skip to content

Commit 6261ab0

Browse files
committed
adds more extra time
1 parent a2dbd07 commit 6261ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/support/phoenix_test_methods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export var TestMethods = {
111111
*/
112112
PaylikeTestHelper.fillAndSubmitPaylikePopup();
113113

114-
cy.wait(1000);
114+
cy.wait(3000);
115115

116116
cy.get('h1').should('contain', 'Your Order is Complete');
117117
},

0 commit comments

Comments
 (0)