From 9e37252db2e7e4d2c3817d58532751eb7758877f Mon Sep 17 00:00:00 2001 From: Jenny <32821331+jenny-s51@users.noreply.github.com> Date: Mon, 14 Mar 2022 09:51:43 -0400 Subject: [PATCH] restore tests (#2227) --- cypress/integration/clients_test.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();