restore tests (#2227)
This commit is contained in:
parent
a3105e9327
commit
9e37252db2
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ const modalUtils = new ModalUtils();
|
||||||
const createRealmRolePage = new CreateRealmRolePage();
|
const createRealmRolePage = new CreateRealmRolePage();
|
||||||
|
|
||||||
describe("Clients test", () => {
|
describe("Clients test", () => {
|
||||||
describe.skip("Client details - Client scopes subtab", () => {
|
describe("Client details - Client scopes subtab", () => {
|
||||||
const clientScopesTab = new ClientScopesTab();
|
const clientScopesTab = new ClientScopesTab();
|
||||||
const clientId = "client-scopes-subtab-test";
|
const clientId = "client-scopes-subtab-test";
|
||||||
const clientScopeName = "client-scope-test";
|
const clientScopeName = "client-scope-test";
|
||||||
|
@ -203,7 +203,7 @@ describe("Clients test", () => {
|
||||||
});*/
|
});*/
|
||||||
});
|
});
|
||||||
|
|
||||||
describe.skip("Client creation", () => {
|
describe("Client creation", () => {
|
||||||
before(() => {
|
before(() => {
|
||||||
keycloakBefore();
|
keycloakBefore();
|
||||||
loginPage.logIn();
|
loginPage.logIn();
|
||||||
|
|
Loading…
Reference in a new issue