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
a5bfe3d3bb
commit
10f2252b49
2 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ use OCP\Files\SimpleFS\ISimpleFolder;
|
|||
use OCP\Http\Client\IClientService;
|
||||
use OCP\IConfig;
|
||||
use OCP\IGroup;
|
||||
use OCP\IGroupManager;
|
||||
use OCP\IL10N;
|
||||
use OCP\INavigationManager;
|
||||
use OCP\IRequest;
|
||||
|
|
|
|||
|
|
@ -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