mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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-holder-name', 'John Doe')
|
||||||
->type('#account-number', '1000000000')
|
->type('#account-number', '1000000000')
|
||||||
->type('#routing-number', '011000015')
|
->type('#routing-number', '011000015')
|
||||||
->type('#billing-region', 'AL')
|
|
||||||
->type('#billing-postal-code', '12345')
|
->type('#billing-postal-code', '12345')
|
||||||
->press('Add Payment Method')
|
->press('Add Payment Method')
|
||||||
->assertSee('Added payment method.');
|
->waitForText('Added payment method.');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user