Fix broken tests for authenticators in Admin Console (#27566)

Closes #27565

Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
Jon Koops 2024-03-05 17:29:40 +01:00 committed by GitHub
parent 5b03ed174b
commit 4ef38a783a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",
);
});
});