From 39752fb9f024155d4774dfda2ca5a10570172985 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Mon, 19 Mar 2018 22:37:41 +0200 Subject: [PATCH] tests: enable breaking test to record it --- e2e/integration/menu.e2e.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/e2e/integration/menu.e2e.ts b/e2e/integration/menu.e2e.ts index b7413a18..60634b57 100644 --- a/e2e/integration/menu.e2e.ts +++ b/e2e/integration/menu.e2e.ts @@ -27,8 +27,7 @@ describe('Menu', () => { .should('be.visible'); }); - // for some reason fails in cypress headless. Works fine in all browsers and cypress interactive - xit('should update URL hash on clicking on menu items', function() { + it('should update URL hash when clicking on menu items', function() { cy.contains('[role=menuitem].-depth1', 'pet').click({ force: true }); cy.location('hash').should('equal', '#tag/pet');