mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for tests
This commit is contained in:
parent
a3cb3a0cfb
commit
bef3b85614
@ -79,7 +79,7 @@ class OnlinePaymentCest
|
||||
*/
|
||||
|
||||
$I->fillField('#card_number', '4242424242424242');
|
||||
$I->fillField('#cvv', '1234');
|
||||
$I->fillField('#cvv', '100');
|
||||
$I->selectOption('#expiration_month', 12);
|
||||
$I->selectOption('#expiration_year', date('Y'));
|
||||
$I->click('.btn-success');
|
||||
|
Loading…
x
Reference in New Issue
Block a user