Working on tests

This commit is contained in:
Hillel Coren 2017-04-12 17:06:49 +03:00
parent 254007537f
commit 0d4f722f04

View File

@ -61,8 +61,7 @@ class GatewayFeesCest
$invoicePublicId = $I->grabFromDatabase('invoices', 'public_id', ['id' => $invoiceId]);
$I->amOnPage('/invoices/' . $invoicePublicId . '/edit');
$I->click('Save Invoice');
$I->wait(3);
$I->see('Successfully updated invoice');
$I->wait(2);
$this->createPayment($I, $invitationKey, $total + $partialFeeWithTax, 0, $partialFeeWithTax);
}