Skip to content

Commit

Permalink
fix typo in a resume from hover test
Browse files Browse the repository at this point in the history
  • Loading branch information
smastrom committed Dec 10, 2023
1 parent ba3b64d commit df4ac60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Email.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ it('Should update focused suggestion by resuming from hovered one', () => {
cy.withinRoot(() => {
cy.get('input').type('myusername@g')

cy.downArrow(2) // Focus 1st suggestion
cy.downArrow(1) // Focus 1st suggestion
cy.get('li').eq(0).should('have.focus').and('have.attr', 'aria-selected', 'true')
cy.get('li').eq(3).realMouseMove(10, 10) // Hover 4th suggestion
cy.upArrow(1)
Expand Down

0 comments on commit df4ac60

Please sign in to comment.