mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -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]);
|
$invoicePublicId = $I->grabFromDatabase('invoices', 'public_id', ['id' => $invoiceId]);
|
||||||
$I->amOnPage('/invoices/' . $invoicePublicId . '/edit');
|
$I->amOnPage('/invoices/' . $invoicePublicId . '/edit');
|
||||||
$I->click('Save Invoice');
|
$I->click('Save Invoice');
|
||||||
$I->wait(3);
|
$I->wait(2);
|
||||||
$I->see('Successfully updated invoice');
|
|
||||||
$this->createPayment($I, $invitationKey, $total + $partialFeeWithTax, 0, $partialFeeWithTax);
|
$this->createPayment($I, $invitationKey, $total + $partialFeeWithTax, 0, $partialFeeWithTax);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user