Fix for travis tests

This commit is contained in:
Hillel Coren 2016-04-30 21:41:05 +03:00
parent 4b764ea72e
commit a24ae57b4e
2 changed files with 2 additions and 2 deletions

View File

@ -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');

View File

@ -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