mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 23:44:28 -04:00
Working on tests
This commit is contained in:
parent
254007537f
commit
0d4f722f04
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user