diff --git a/apps/metadata-editor-e2e/src/e2e/dashboard.cy.ts b/apps/metadata-editor-e2e/src/e2e/dashboard.cy.ts index ae48f72c9..07e5185ad 100644 --- a/apps/metadata-editor-e2e/src/e2e/dashboard.cy.ts +++ b/apps/metadata-editor-e2e/src/e2e/dashboard.cy.ts @@ -272,10 +272,6 @@ describe('dashboard (authenticated)', () => { cy.get('md-editor-dashboard-menu').find('a').eq(5).click() cy.get('gn-ui-autocomplete').should('have.value', '') }) - it('should hide the search input when navigating to my drafts', () => { - cy.get('md-editor-dashboard-menu').find('a').eq(4).click() - cy.get('gn-ui-autocomplete').should('not.exist') - }) }) describe('myRecords search input', () => { beforeEach(() => {