Skip to content

Commit

Permalink
[CST-15592] remove interceptor for edit group
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoMolinaro committed Oct 9, 2024
1 parent 2b466bb commit 9e985cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cypress/e2e/edit-group.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ describe('Edit Group', () => {
// Must login as an Admin to see the page
cy.visit('/access-control/groups/'.concat(Cypress.env('DSPACE_ADMINISTRATOR_GROUP')).concat('/edit'));
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
// Wait for all search components to be loaded
cy.intercept('GET', '/server/api/eperson/groups/'.concat(Cypress.env('DSPACE_ADMINISTRATOR_GROUP').concat('/subgroups*'))).as('subGroups');
cy.wait('@subGroups');
});

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

0 comments on commit 9e985cf

Please sign in to comment.