94060: reverted e2e test changes

This commit is contained in:
lotte
2022-10-03 14:45:24 +02:00
parent 738aa9f098
commit d064c26eec
3 changed files with 5 additions and 5 deletions

View File

@@ -107,7 +107,7 @@ describe('My DSpace page', () => {
cy.get('[data-dismiss="alert"]').click({multiple: true});
// This is the GET command that will actually run the search
cy.intercept('GET', '/server/api/discover/search/objects**').as('search-results');
cy.intercept('GET', '/server/api/discover/search/objects*').as('search-results');
// On MyDSpace, find the submission we just created via its ID
cy.get('[data-test="search-box"]').type(id);
cy.get('[data-test="search-button"]').click();