Fix for travis tests
This commit is contained in:
parent
e6bcdb36b3
commit
29a03179a9
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class ExpenseCest
|
|||
// invoice expense
|
||||
$I->executeJS('submitAction(\'invoice\')');
|
||||
$I->click('Save');
|
||||
$I->wait(1);
|
||||
$I->wait(2);
|
||||
$I->see($clientEmail);
|
||||
$I->see($amount);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue