Skip to content

Commit

Permalink
feat: tenth try
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Jun 6, 2024
1 parent c317765 commit a7903bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/datahub-e2e/src/e2e/search.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ describe('search', () => {

describe('interactions with dataset', () => {
beforeEach(() => {
cy.intercept('PUT', '**/geonetwork/srv/api/userselections/**').as(
'addFavoriteRequest'
)
cy.wait('@addFavoriteRequest').its('response.statusCode').should('eq', 201)
cy.get('mel-datahub-results-card-favorite').first().as('firstResult')
})
it('should display record results in favorite cards inside a carousel', () => {
Expand Down

0 comments on commit a7903bd

Please sign in to comment.