mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
add object descriptions to test
This commit is contained in:
parent
92ada2b895
commit
e9f8bdb10c
|
@ -6,7 +6,7 @@ describe('Menu', () => {
|
|||
it('should have valid items count', () => {
|
||||
cy.get('.menu-content')
|
||||
.find('li')
|
||||
.should('have.length', 6 + (2 + 8 + 4) + (1 + 8));
|
||||
.should('have.length', 6 + (2 + 8 + 1 + 4 + 1) + (1 + 8));
|
||||
});
|
||||
|
||||
it('should sync active menu items while scroll', () => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user