From 3a5b09c03c70818c53678fa83f8502474ea033ea Mon Sep 17 00:00:00 2001 From: cmoinier Date: Fri, 13 Dec 2024 10:55:44 +0100 Subject: [PATCH] fix: remove e2e test because search bar is now shown for drafts --- apps/metadata-editor-e2e/src/e2e/dashboard.cy.ts | 4 ---- 1 file changed, 4 deletions(-) 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(() => {