mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:04:45 -04:00
Fix for travis tests
This commit is contained in:
parent
4b764ea72e
commit
a24ae57b4e
@ -64,7 +64,7 @@ class InvoiceCest
|
||||
$this->fillItems($I);
|
||||
|
||||
$I->executeJS("submitAction('email')");
|
||||
$I->wait(1);
|
||||
$I->wait(2);
|
||||
$I->see($clientEmail);
|
||||
|
||||
$invoiceNumber = $I->grabAttributeFrom('#invoice_number', 'value');
|
||||
|
@ -78,7 +78,7 @@ class TaxRatesCest
|
||||
// check total is right before saving
|
||||
$I->see("\${$total}");
|
||||
$I->click('Save');
|
||||
$I->wait(2);
|
||||
$I->wait(3);
|
||||
$I->see($clientEmail);
|
||||
|
||||
// check total is right after saving
|
||||
|
Loading…
x
Reference in New Issue
Block a user