diff --git a/e2e/integration/menu.e2e.ts b/e2e/integration/menu.e2e.ts index fc703b6c..e1b053d1 100644 --- a/e2e/integration/menu.e2e.ts +++ b/e2e/integration/menu.e2e.ts @@ -6,7 +6,7 @@ describe('Menu', () => { it('should have valid items count', () => { cy.get('.menu-content') .find('li') - .should('have.length', 33); + .should('have.length', 34); }); it('should sync active menu items while scroll', () => {