diff --git a/apps/datahub-e2e/src/e2e/search.cy.ts b/apps/datahub-e2e/src/e2e/search.cy.ts index a37623c..bec657b 100644 --- a/apps/datahub-e2e/src/e2e/search.cy.ts +++ b/apps/datahub-e2e/src/e2e/search.cy.ts @@ -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', () => {