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:
parent
0be5d71d88
commit
936c4c3468
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user