Fix for travis tests
This commit is contained in:
parent
4b764ea72e
commit
a24ae57b4e
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue