Skip to content

Commit

Permalink
Removed import client a11y test due to inability to add aria-label (k…
Browse files Browse the repository at this point in the history
…eycloak#35517)

Signed-off-by: Agnieszka Gancarczyk <[email protected]>
  • Loading branch information
agagancarczyk authored Dec 3, 2024
1 parent e995601 commit 1e45edb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions js/apps/admin-ui/cypress/e2e/clients_test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1347,11 +1347,6 @@ describe("Clients test", () => {
cy.findAllByTestId("confirm").click();
});

it("Check a11y violations on import client", () => {
cy.findByTestId("importClient").click();
cy.checkA11y();
});

it("Check a11y violations on initial access token", () => {
const initialAccessTokenTab = new InitialAccessTokenTab();
initialAccessTokenTab.goToInitialAccessTokenTab();
Expand Down

0 comments on commit 1e45edb

Please sign in to comment.