Fix for travis tests

This commit is contained in:
Hillel Coren 2016-05-03 09:47:47 +03:00
parent 6cd4ff025e
commit 0645cdddb1

View File

@ -48,8 +48,10 @@ class ExpenseCest
// invoice expense
$I->executeJS('submitAction(\'invoice\')');
$I->wait(2);
$I->click('Save');
$I->wait(3);
$I->wait(2);
$I->see($clientEmail);
$I->see($amount);
}