mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Добавил генерацию jwt токена для формы подтверждения регистрации
This commit is contained in:
@@ -36,6 +36,7 @@ class EmailConfirmationCest {
|
||||
'success' => true,
|
||||
]);
|
||||
$I->cantSeeResponseJsonMatchesJsonPath('$.errors');
|
||||
$I->canSeeResponseJsonMatchesJsonPath('$.jwt');
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user