mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for travis test
This commit is contained in:
parent
be420ad1fc
commit
871456d402
@ -48,10 +48,9 @@ class ExpenseCest
|
|||||||
|
|
||||||
// invoice expense
|
// invoice expense
|
||||||
$I->executeJS('submitAction(\'invoice\')');
|
$I->executeJS('submitAction(\'invoice\')');
|
||||||
$I->wait(2);
|
$I->wait(3);
|
||||||
|
|
||||||
$I->click('Save');
|
$I->click('Save');
|
||||||
$I->wait(2);
|
$I->wait(3);
|
||||||
$I->see($clientEmail);
|
$I->see($clientEmail);
|
||||||
$I->see($amount);
|
$I->see($amount);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user