mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for tests
This commit is contained in:
parent
8a6d845e1a
commit
5704a2d955
@ -114,7 +114,7 @@ class InvoiceCest
|
|||||||
$this->fillItems($I);
|
$this->fillItems($I);
|
||||||
|
|
||||||
$I->executeJS("submitAction('email')");
|
$I->executeJS("submitAction('email')");
|
||||||
$I->wait(2);
|
$I->wait(3);
|
||||||
$I->see($clientEmail);
|
$I->see($clientEmail);
|
||||||
|
|
||||||
$I->click('#lastSent');
|
$I->click('#lastSent');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user