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
b996d63713
commit
924be9eb7d
@ -18,6 +18,11 @@ class DiscountCest
|
|||||||
{
|
{
|
||||||
$I->wantTo('test line item discounts');
|
$I->wantTo('test line item discounts');
|
||||||
|
|
||||||
|
// enable line item taxes
|
||||||
|
$I->amOnPage('/settings/tax_rates');
|
||||||
|
$I->checkOption('#invoice_item_taxes');
|
||||||
|
$I->click('Save');
|
||||||
|
|
||||||
$clientEmail = $this->faker->safeEmail;
|
$clientEmail = $this->faker->safeEmail;
|
||||||
$itemTaxName = $this->faker->word;
|
$itemTaxName = $this->faker->word;
|
||||||
$productKey = $this->faker->word;
|
$productKey = $this->faker->word;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user