Skip to content

Commit

Permalink
fix: remove e2e test because search bar is now shown for drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Dec 13, 2024
1 parent 3d80b81 commit 3a5b09c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/metadata-editor-e2e/src/e2e/dashboard.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 3a5b09c

Please sign in to comment.