mirror of
https://github.com/Redocly/redoc.git
synced 2025-04-27 20:24:01 +03:00
do the right match with the menu items :/
This commit is contained in:
parent
e4d8fa23d7
commit
8c27d31396
|
@ -6,7 +6,7 @@ describe('Menu', () => {
|
||||||
it('should have valid items count', () => {
|
it('should have valid items count', () => {
|
||||||
cy.get('.menu-content')
|
cy.get('.menu-content')
|
||||||
.find('li')
|
.find('li')
|
||||||
.should('have.length', 6 + (2 + 8 + 1 + 4 + 1 + 2) + (1 + 8));
|
.should('have.length', 6 + (2 + 8 + 1 + 4 + 1 + 1 + 2) + (1 + 8));
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should sync active menu items while scroll', () => {
|
it('should sync active menu items while scroll', () => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user