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
c3168e0166
commit
e7a1019b08
@ -84,6 +84,10 @@ class GatewayFeesCest
|
||||
$taxOption = $taxName . ': ' . number_format($taxRate, 3) . '%';
|
||||
$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
|
||||
$I->amOnPage('/settings/online_payments#fees');
|
||||
$I->checkOption('gateway_fee_enabled');
|
||||
|
Loading…
x
Reference in New Issue
Block a user