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:
parent
631814db26
commit
5b8347a184
@ -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.');
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user