fix(test): remove group limitation when done

Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev>
This commit is contained in:
Elizabeth Danzberger 2026-01-26 13:46:59 -05:00
parent 90deae46c5
commit b7c6240327
No known key found for this signature in database
GPG key ID: 6B466A21DF5E753C

View file

@ -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()
})
/*