Skip to content

Commit 2c5bd1d

Browse files
elzodybackportbot[bot]
authored andcommitted
fix(test): remove group limitation when done
Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev>
1 parent 214b98d commit 2c5bd1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cypress/e2e/settings/apps.cy.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ describe('Settings: App management', { testIsolation: true }, () => {
166166
cy.get('span.name-parts__first')
167167
.contains('admin')
168168
.should('be.visible')
169+
// Then I disable the group limitation
170+
cy.get('button[title="Deselect admin"]').click()
169171
})
170172

171173
/*

0 commit comments

Comments
 (0)