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
727170d246
commit
0b0c8de042
@ -68,6 +68,7 @@ class DiscountCest
|
|||||||
$I->fillField('table.invoice-table tbody tr:nth-child(1) td:nth-child(5) input', $quantity);
|
$I->fillField('table.invoice-table tbody tr:nth-child(1) td:nth-child(5) input', $quantity);
|
||||||
|
|
||||||
$I->click('Mark Sent');
|
$I->click('Mark Sent');
|
||||||
|
$I->wait(3);
|
||||||
|
|
||||||
$total = $itemAmount * $quantity;
|
$total = $itemAmount * $quantity;
|
||||||
$total -= round($total * round($itemDiscount, 2) / 100, 2);
|
$total -= round($total * round($itemDiscount, 2) / 100, 2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user