Skip to content

Commit

Permalink
Fix broken tests for authenticators in Admin Console (keycloak#27566)
Browse files Browse the repository at this point in the history
Closes keycloak#27565

Signed-off-by: Jon Koops <jonkoops@gmail.com>
  • Loading branch information
jonkoops authored and ahus1 committed Mar 22, 2024
1 parent 89f60a7 commit c5e9025
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/apps/admin-ui/cypress/e2e/authentication_policies.spec.ts
Expand Up @@ -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",
);
});
});

Expand Down

0 comments on commit c5e9025

Please sign in to comment.