diff --git a/tests/Email.cy.tsx b/tests/Email.cy.tsx index 8acbde3..a20198d 100644 --- a/tests/Email.cy.tsx +++ b/tests/Email.cy.tsx @@ -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)