Working on tests

This commit is contained in:
Hillel Coren 2017-03-26 11:46:23 +03:00
parent e938919473
commit e0a397c199

View File

@ -89,9 +89,9 @@ class GatewayFeesCest
$I->click('#formSave'); $I->click('#formSave');
// disable the default invoice tax // disable the default invoice tax
$I->amOnPage('/settings/tax_rates'); //$I->amOnPage('/settings/tax_rates');
$I->selectOption('#default_tax_rate_id', ''); //$I->selectOption('#default_tax_rate_id', '');
$I->click('Save'); //$I->click('Save');
} }
private function configureFees($I, $feeAmount, $feePercent) private function configureFees($I, $feeAmount, $feePercent)