Working on tests
This commit is contained in:
parent
e938919473
commit
e0a397c199
1 changed files with 3 additions and 3 deletions
|
|
@ -89,9 +89,9 @@ class GatewayFeesCest
|
|||
$I->click('#formSave');
|
||||
|
||||
// disable the default invoice tax
|
||||
$I->amOnPage('/settings/tax_rates');
|
||||
$I->selectOption('#default_tax_rate_id', '');
|
||||
$I->click('Save');
|
||||
//$I->amOnPage('/settings/tax_rates');
|
||||
//$I->selectOption('#default_tax_rate_id', '');
|
||||
//$I->click('Save');
|
||||
}
|
||||
|
||||
private function configureFees($I, $feeAmount, $feePercent)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue