mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 22:24:54 +03:00
fix test
This commit is contained in:
parent
4459f4cda2
commit
a2ba7f7a0a
|
@ -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');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user