Skip to content

Commit 9e985cf

Browse files
[CST-15592] remove interceptor for edit group
1 parent 2b466bb commit 9e985cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cypress/e2e/edit-group.cy.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ describe('Edit Group', () => {
55
// Must login as an Admin to see the page
66
cy.visit('/access-control/groups/'.concat(Cypress.env('DSPACE_ADMINISTRATOR_GROUP')).concat('/edit'));
77
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
8-
// Wait for all search components to be loaded
9-
cy.intercept('GET', '/server/api/eperson/groups/'.concat(Cypress.env('DSPACE_ADMINISTRATOR_GROUP').concat('/subgroups*'))).as('subGroups');
10-
cy.wait('@subGroups');
118
});
129

1310
it('should pass accessibility tests', () => {

0 commit comments

Comments
 (0)