From 924be9eb7dfc0ad68a157f51ec21fa24e15cfbd2 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 12 Mar 2018 21:16:17 +0200 Subject: [PATCH] Working on tests --- tests/acceptance/DiscountCest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/acceptance/DiscountCest.php b/tests/acceptance/DiscountCest.php index fd7696dfbf47..4ab034340d23 100644 --- a/tests/acceptance/DiscountCest.php +++ b/tests/acceptance/DiscountCest.php @@ -18,6 +18,11 @@ class DiscountCest { $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; $itemTaxName = $this->faker->word; $productKey = $this->faker->word;