Skip to content

Commit a2dbd07

Browse files
committed
adds extra time
1 parent df8faba commit a2dbd07

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(500);
114+
cy.wait(1000);
115115

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

0 commit comments

Comments
 (0)