Working on tests

This commit is contained in:
Hillel Coren 2017-03-12 21:56:56 +02:00
parent 0be5d71d88
commit 936c4c3468

View File

@ -51,7 +51,7 @@ class ExpenseCest
$I->executeJS('submitAction(\'invoice\')');
$I->wait(2);
$I->click('Save');
$I->wait(2);
$I->wait(4);
$I->see($clientEmail);
$I->see($amount);
}