Changed dataviz to red/green
This commit is contained in:
parent
5c8b4f4ba3
commit
780cbbcee2
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ class AcceptanceTester extends \Codeception\Actor
|
|||
//if ($I->loadSessionSnapshot('login')) return;
|
||||
|
||||
$I->amOnPage('/login');
|
||||
$I->see('Login');
|
||||
$I->fillField(['name' => 'email'], Fixtures::get('username'));
|
||||
$I->fillField(['name' => 'password'], Fixtures::get('password'));
|
||||
$I->click('Login');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue