do the right match with the menu items :/

This commit is contained in:
Dimitar Nanov 2018-11-14 16:33:53 +02:00 committed by Roman Hotsiy
parent e4d8fa23d7
commit 8c27d31396
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -6,7 +6,7 @@ describe('Menu', () => {
it('should have valid items count', () => {
cy.get('.menu-content')
.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', () => {