mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
fix(test): remove group limitation when done
Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev>
This commit is contained in:
parent
214b98d16f
commit
2c5bd1dfbf
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||
})
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue