Fix for tax rates test
This commit is contained in:
parent
d4915074b6
commit
27f72a4730
2 changed files with 2 additions and 1 deletions
|
|
@ -399,6 +399,7 @@
|
|||
@endif
|
||||
<td style="min-width:120px">
|
||||
{!! Former::select('')
|
||||
->id('taxRateSelect1')
|
||||
->addOption('', '')
|
||||
->options($taxRateOptions)
|
||||
->addClass('tax-select')
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ class TaxRatesCest
|
|||
$I->selectDropdown($I, $clientEmail, '.client_select .dropdown-toggle');
|
||||
$I->fillField('table.invoice-table tbody tr:nth-child(1) #product_key', $productKey);
|
||||
$I->click('table.invoice-table tbody tr:nth-child(1) .tt-selectable');
|
||||
$I->selectOption('#taxRateSelect', $invoiceTaxName . ' ' . floatval($invoiceTaxRate) . '%');
|
||||
$I->selectOption('#taxRateSelect1', $invoiceTaxName . ' ' . floatval($invoiceTaxRate) . '%');
|
||||
$I->wait(2);
|
||||
|
||||
// check total is right before saving
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue