Do not switch to admin console too early (#25952)
Closes: #25951 Signed-off-by: Hynek Mlnarik <hmlnarik@redhat.com>
This commit is contained in:
parent
cf19c06341
commit
c2112b9edd
1 changed files with 2 additions and 0 deletions
|
@ -18,8 +18,10 @@ describe("Masthead tests", () => {
|
|||
it("Go to account console and back to admin console", () => {
|
||||
sidebarPage.waitForPageLoad();
|
||||
masthead.accountManagement();
|
||||
sidebarPage.waitForPageLoad();
|
||||
cy.get("h1").contains("Welcome to Keycloak account management");
|
||||
masthead.goToAdminConsole();
|
||||
sidebarPage.waitForPageLoad();
|
||||
masthead.checkIsAdminUI();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue