mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-03 18:53:02 +03:00
Update search.e2e.ts
This commit is contained in:
parent
9aa14f251a
commit
56e482d24a
|
@ -76,6 +76,6 @@ describe('Search', () => {
|
||||||
.should('contain', 'uploads an image');
|
.should('contain', 'uploads an image');
|
||||||
|
|
||||||
getSearchInput().clear().type('/tnoptions', { force: true, parseSpecialCharSequences: false });
|
getSearchInput().clear().type('/tnoptions', { force: true, parseSpecialCharSequences: false });
|
||||||
cy.get('[role=search] [role=menuitem]').should('have.length', 5);
|
cy.get('[role=search] [role=menuitem]').should('have.length', 4);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user