From a2ba7f7a0ad9ec89098bd840c7704fff613216ed Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Mon, 16 Mar 2020 15:44:17 +0200 Subject: [PATCH] fix test --- e2e/integration/search.e2e.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e2e/integration/search.e2e.ts b/e2e/integration/search.e2e.ts index e4ffd5ab..a44cafb7 100644 --- a/e2e/integration/search.e2e.ts +++ b/e2e/integration/search.e2e.ts @@ -27,6 +27,8 @@ describe('Search', () => { it('should support arrow navigation', () => { getSearchInput().type('int', { force: true }); + cy.wait(500); + getSearchInput().type('{downarrow}', { force: true }); getResult(0).should('have.class', 'active');