Добавлена передача email при входе в неактивированный аккаунт

This commit is contained in:
ErickSkrauch
2016-03-13 21:46:22 +03:00
parent 7b9119ef79
commit 6b04860f0e
3 changed files with 9 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ class LoginCest {
'login' => 'error.account_not_activated',
],
]);
$I->canSeeResponseJsonMatchesJsonPath('$.data.email');
$I->wantTo('don\'t see errors on login field if username is correct and exists in database');
$route->login('Admin');