1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00

Working on tests

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

View File

@ -9,7 +9,7 @@ class ExpenseCest
* @var \Faker\Generator
*/
private $faker;
public function _before(AcceptanceTester $I)
{
$I->checkIfLogin($I);
@ -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);
}