Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
royduin committed Apr 13, 2022
1 parent b9248b9 commit 380a23f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Browser/CheckoutTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public function testCheckoutAsGuest($createAccountWithEmail = false)
->visit('/checkout')
->waitUntilAllAjaxCallsAreFinished()
->type('@email', $createAccountWithEmail ?: 'wayne@enterprises.com')
->pause(1000)
->click('@continue')
->waitUntilAllAjaxCallsAreFinished()
->pause(1000)
Expand Down Expand Up @@ -56,6 +57,7 @@ public function testCheckoutAsUser()

$this->browse(function (Browser $browser) use ($email) {
$browser->visit('/')
->pause(4000)
->click('@account_menu')
->click('@logout')
->visit($this->testProduct->url)
Expand Down

0 comments on commit 380a23f

Please sign in to comment.