diff --git a/cypress/e2e/settings/apps.cy.ts b/cypress/e2e/settings/apps.cy.ts index b40e3a1c8ee..bfff8befaac 100644 --- a/cypress/e2e/settings/apps.cy.ts +++ b/cypress/e2e/settings/apps.cy.ts @@ -166,6 +166,8 @@ describe('Settings: App management', { testIsolation: true }, () => { cy.get('span.name-parts__first') .contains('admin') .should('be.visible') + // Then I disable the group limitation + cy.get('button[title="Deselect admin"]').click() }) /*