From e9f8bdb10ca4e5148b06102b4f485c38261e99c0 Mon Sep 17 00:00:00 2001 From: Dimitar Nanov Date: Fri, 19 Oct 2018 20:27:11 +0300 Subject: [PATCH] add object descriptions to test --- e2e/integration/menu.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/integration/menu.e2e.ts b/e2e/integration/menu.e2e.ts index 5111de10..8eb70655 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', 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', () => {