mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on tests
This commit is contained in:
parent
0be5d71d88
commit
936c4c3468
@ -9,7 +9,7 @@ class ExpenseCest
|
|||||||
* @var \Faker\Generator
|
* @var \Faker\Generator
|
||||||
*/
|
*/
|
||||||
private $faker;
|
private $faker;
|
||||||
|
|
||||||
public function _before(AcceptanceTester $I)
|
public function _before(AcceptanceTester $I)
|
||||||
{
|
{
|
||||||
$I->checkIfLogin($I);
|
$I->checkIfLogin($I);
|
||||||
@ -51,7 +51,7 @@ class ExpenseCest
|
|||||||
$I->executeJS('submitAction(\'invoice\')');
|
$I->executeJS('submitAction(\'invoice\')');
|
||||||
$I->wait(2);
|
$I->wait(2);
|
||||||
$I->click('Save');
|
$I->click('Save');
|
||||||
$I->wait(2);
|
$I->wait(4);
|
||||||
$I->see($clientEmail);
|
$I->see($clientEmail);
|
||||||
$I->see($amount);
|
$I->see($amount);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user