Fix for travis tests
This commit is contained in:
parent
6cd4ff025e
commit
0645cdddb1
1 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue