Skip to content

Commit

Permalink
Raised the browser test wait times
Browse files Browse the repository at this point in the history
  • Loading branch information
royduin committed Feb 28, 2022
1 parent 994d4ca commit 97ee47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Browser/CheckoutTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function testCheckoutAsUser()
->type('@email', $email)
->click('@continue')
->waitUntilAllAjaxCallsAreFinished()
->pause(1000)
->pause(2000)
->type('@password', 'IronManSucks.91939')
->click('@continue') // login
->waitUntilAllAjaxCallsAreFinished()
Expand Down

0 comments on commit 97ee47b

Please sign in to comment.