restore tests (#2227)

This commit is contained in:
Jenny 2022-03-14 09:51:43 -04:00 committed by GitHub
parent a3105e9327
commit 9e37252db2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();