Fix broken tests for authenticators in Admin Console (#27566)
Closes #27565 Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
5b03ed174b
commit
4ef38a783a
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,10 @@ describe("Policies", () => {
|
|||
);
|
||||
otpPoliciesPage.setPolicyType("hotp").increaseInitialCounter().save();
|
||||
masthead.checkNotificationMessage("OTP policy successfully updated");
|
||||
otpPoliciesPage.checkSupportedApplications("FreeOTP");
|
||||
otpPoliciesPage.checkSupportedApplications(
|
||||
"FreeOTP",
|
||||
"Google Authenticator",
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue