Skip to content

Commit

Permalink
feat: fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Jul 18, 2024
1 parent 8857bc4 commit e612932
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/datahub-e2e/src/e2e/search.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,10 @@ describe('search', () => {
.map((dropdown) => dropdown.getAttribute('data-cy-field'))
)
.should('eql', [
'producerOrg',
'categoryKeyword',
'organization',
'publicationYear',
'revisionYear',
'license',
'qualityScore',
'territories',
])
})
it('should display the search results', () => {
Expand Down

0 comments on commit e612932

Please sign in to comment.