mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on tests
This commit is contained in:
parent
e938919473
commit
e0a397c199
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user