mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for tests
This commit is contained in:
parent
ae2c9d6252
commit
ef29c549ef
@ -32,7 +32,7 @@ class InvoiceCest
|
||||
$invoiceNumber = $I->grabAttributeFrom('#invoice_number', 'value');
|
||||
|
||||
$I->selectDropdown($I, $clientEmail, '.client_select .dropdown-toggle');
|
||||
$I->selectDataPicker($I, '#invoice_date');
|
||||
//$I->selectDataPicker($I, '#invoice_date');
|
||||
$I->selectDataPicker($I, '#due_date', '+ 15 day');
|
||||
$I->fillField('#po_number', rand(100, 200));
|
||||
$I->fillField('#discount', rand(0, 20));
|
||||
|
Loading…
x
Reference in New Issue
Block a user