Fix for travis test
This commit is contained in:
parent
be420ad1fc
commit
871456d402
1 changed files with 2 additions and 3 deletions
|
|
@ -48,10 +48,9 @@ class ExpenseCest
|
|||
|
||||
// invoice expense
|
||||
$I->executeJS('submitAction(\'invoice\')');
|
||||
$I->wait(2);
|
||||
|
||||
$I->wait(3);
|
||||
$I->click('Save');
|
||||
$I->wait(2);
|
||||
$I->wait(3);
|
||||
$I->see($clientEmail);
|
||||
$I->see($amount);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue