diff --git a/cypress/integration/masthead_test.spec.ts b/cypress/integration/masthead_test.spec.ts index ba7ae10b78..778a9f69e4 100644 --- a/cypress/integration/masthead_test.spec.ts +++ b/cypress/integration/masthead_test.spec.ts @@ -39,12 +39,12 @@ describe("Masthead tests in desktop mode", () => { listingPage.goToItemDetails("address"); cy.get("#view-header-subkey").should("exist"); - cy.get(`#${CSS.escape("client-scopes-help:name")}`).should("exist"); + cy.get(`#name-help-icon`).should("exist"); masthead.toggleGlobalHelp(); cy.get("#view-header-subkey").should("not.exist"); - cy.get(`#${CSS.escape("client-scopes-help:name")}`).should("not.exist"); + cy.get(`#name-help-icon`).should("not.exist"); }); logOutTest(); diff --git a/cypress/support/pages/admin_console/manage/realm_roles/AssociatedRolesPage.ts b/cypress/support/pages/admin_console/manage/realm_roles/AssociatedRolesPage.ts index 6be736ea4b..22e2cf90a8 100644 --- a/cypress/support/pages/admin_console/manage/realm_roles/AssociatedRolesPage.ts +++ b/cypress/support/pages/admin_console/manage/realm_roles/AssociatedRolesPage.ts @@ -57,7 +57,7 @@ export default class AssociatedRolesPage { cy.get(this.addAssociatedRolesModalButton).contains("Add").click(); - cy.wait(2500); + cy.wait(5000); cy.contains("Users in role").click().get(this.usersPage).should("exist"); } diff --git a/src/client-scopes/details/ScopeForm.tsx b/src/client-scopes/details/ScopeForm.tsx index eecb51df0e..a79bba2d02 100644 --- a/src/client-scopes/details/ScopeForm.tsx +++ b/src/client-scopes/details/ScopeForm.tsx @@ -66,6 +66,7 @@ export const ScopeForm = ({ clientScope, save }: ScopeFormProps) => { label={t("common:name")} labelIcon={ { @@ -28,7 +30,7 @@ export const HelpItem = ({ <> {!unWrap && (