mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Working on tests
This commit is contained in:
parent
e938919473
commit
e0a397c199
@ -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…
Reference in New Issue
Block a user