1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Fixes for tests

This commit is contained in:
Benjamin Beganović 2021-08-30 12:34:45 +02:00
parent 631814db26
commit 5b8347a184

View File

@ -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.');
});
}