From e7a1019b08555333c1f4e6998bb48d21b82d207f Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 26 Mar 2017 15:44:23 +0300 Subject: [PATCH] Working on tests --- tests/acceptance/GatewayFeesCest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/acceptance/GatewayFeesCest.php b/tests/acceptance/GatewayFeesCest.php index e875981ea869..5d3836f3468c 100644 --- a/tests/acceptance/GatewayFeesCest.php +++ b/tests/acceptance/GatewayFeesCest.php @@ -84,6 +84,10 @@ class GatewayFeesCest $taxOption = $taxName . ': ' . number_format($taxRate, 3) . '%'; $I->createTaxRate($I, $taxName, $taxRate); + $I->amOnPage('/settings/tax_rates'); + $I->checkOption('#invoice_item_taxes'); + $I->click('Save'); + // set the gateway fee to use line items $I->amOnPage('/settings/online_payments#fees'); $I->checkOption('gateway_fee_enabled');