Working on tests

This commit is contained in:
Hillel Coren 2017-03-26 15:44:23 +03:00
parent c3168e0166
commit e7a1019b08

View File

@ -84,6 +84,10 @@ class GatewayFeesCest
$taxOption = $taxName . ': ' . number_format($taxRate, 3) . '%'; $taxOption = $taxName . ': ' . number_format($taxRate, 3) . '%';
$I->createTaxRate($I, $taxName, $taxRate); $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 // set the gateway fee to use line items
$I->amOnPage('/settings/online_payments#fees'); $I->amOnPage('/settings/online_payments#fees');
$I->checkOption('gateway_fee_enabled'); $I->checkOption('gateway_fee_enabled');