Skip to content

Commit

Permalink
test: fix search test
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Aug 22, 2023
1 parent 9f69882 commit 2ca8b12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/vue3/cypress/integration/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ describe('Search', () => {
cy.get('[data-test-id="story-variant-single-view"]').contains('untitled')
cy.get('[data-test-id="search-btn"]').click()
cy.get('[data-test-id="search-modal"] input').clear()
cy.get('[data-test-id="search-item"]').should('have.length', 3)
cy.get('[data-test-id="search-modal"] input').type('Demo')
cy.contains('[data-test-id="search-item"][data-selected]', 'Demo')
cy.get('[data-test-id="search-modal"] input').type('{downArrow}{downArrow}{enter}')
Expand Down

0 comments on commit 2ca8b12

Please sign in to comment.