1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Working on tests

This commit is contained in:
Hillel Coren 2017-10-13 08:28:43 +03:00
parent e42104bb10
commit 4ca3f3cd3d

View File

@ -126,7 +126,6 @@ class AcceptanceTester extends \Codeception\Actor
$clientSession->does(function(AcceptanceTester $I) use ($invitationKey) {
$I->amOnPage('/view/' . $invitationKey);
$I->click('Pay Now');
$I->click('Credit Card');
$I->fillField('#card_number', '4242424242424242');
$I->fillField('#cvv', '100');
$I->selectOption('#expiration_month', 12);