mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:54:41 -04:00
Working on tests
This commit is contained in:
parent
40a8774375
commit
8e2e2b1854
@ -30,7 +30,7 @@ class AcceptanceTester extends \Codeception\Actor
|
|||||||
|
|
||||||
$I->amOnPage('/login?lang=en');
|
$I->amOnPage('/login?lang=en');
|
||||||
|
|
||||||
if ($I->findElementPresent('Login')) {
|
if ($I->seePageHasElement('Login')) {
|
||||||
$I->see('Login');
|
$I->see('Login');
|
||||||
$I->fillField(['name' => 'email'], Fixtures::get('username'));
|
$I->fillField(['name' => 'email'], Fixtures::get('username'));
|
||||||
$I->fillField(['name' => 'password'], Fixtures::get('password'));
|
$I->fillField(['name' => 'password'], Fixtures::get('password'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user