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 a5bfe3d3bb
commit 10f2252b49
No known key found for this signature in database
GPG key ID: 6B466A21DF5E753C
2 changed files with 3 additions and 0 deletions

View file

@ -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;

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