This commit is contained in:
Roman Hotsiy 2020-03-16 15:44:17 +02:00
parent 4459f4cda2
commit a2ba7f7a0a
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -27,6 +27,8 @@ describe('Search', () => {
it('should support arrow navigation', () => { it('should support arrow navigation', () => {
getSearchInput().type('int', { force: true }); getSearchInput().type('int', { force: true });
cy.wait(500);
getSearchInput().type('{downarrow}', { force: true }); getSearchInput().type('{downarrow}', { force: true });
getResult(0).should('have.class', 'active'); getResult(0).should('have.class', 'active');