mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:54:30 -04:00
Fix for travis tests
This commit is contained in:
parent
65d70c620e
commit
95fdda6e1b
@ -49,7 +49,7 @@ class ExpenseCest
|
|||||||
// invoice expense
|
// invoice expense
|
||||||
$I->executeJS('submitAction(\'invoice\')');
|
$I->executeJS('submitAction(\'invoice\')');
|
||||||
$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