mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Добавлена передача email при входе в неактивированный аккаунт
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user