From 5b8347a18429b6dbff168f596b6037f9850aa5de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 30 Aug 2021 12:34:45 +0200 Subject: [PATCH] Fixes for tests --- tests/Browser/ClientPortal/Gateways/Braintree/ACHTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Browser/ClientPortal/Gateways/Braintree/ACHTest.php b/tests/Browser/ClientPortal/Gateways/Braintree/ACHTest.php index 38caa94abb70..e884e63ed64c 100644 --- a/tests/Browser/ClientPortal/Gateways/Braintree/ACHTest.php +++ b/tests/Browser/ClientPortal/Gateways/Braintree/ACHTest.php @@ -57,10 +57,9 @@ class ACHTest extends DuskTestCase ->type('#account-holder-name', 'John Doe') ->type('#account-number', '1000000000') ->type('#routing-number', '011000015') - ->type('#billing-region', 'AL') ->type('#billing-postal-code', '12345') ->press('Add Payment Method') - ->assertSee('Added payment method.'); + ->waitForText('Added payment method.'); }); }