В запрос /currect добавлен вывод состояния включённости OTP авторизации

This commit is contained in:
ErickSkrauch
2017-01-23 14:38:21 +03:00
parent a2e1e9a805
commit e82b8aa8cf
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ class AccountsCurrentCest {
'isActive' => true,
'hasMojangUsernameCollision' => false,
'shouldAcceptRules' => false,
'isOtpEnabled' => false,
]);
$I->canSeeResponseJsonMatchesJsonPath('$.passwordChangedAt');
}