diff --git a/cypress/integration/clients_test.spec.ts b/cypress/integration/clients_test.spec.ts index 350b532dee..a228150185 100644 --- a/cypress/integration/clients_test.spec.ts +++ b/cypress/integration/clients_test.spec.ts @@ -29,7 +29,7 @@ const modalUtils = new ModalUtils(); const createRealmRolePage = new CreateRealmRolePage(); describe("Clients test", () => { - describe.skip("Client details - Client scopes subtab", () => { + describe("Client details - Client scopes subtab", () => { const clientScopesTab = new ClientScopesTab(); const clientId = "client-scopes-subtab-test"; const clientScopeName = "client-scope-test"; @@ -203,7 +203,7 @@ describe("Clients test", () => { });*/ }); - describe.skip("Client creation", () => { + describe("Client creation", () => { before(() => { keycloakBefore(); loginPage.logIn();