From 777bdec0c772def71c08e0f46025c4163adea427 Mon Sep 17 00:00:00 2001 From: jorgep Date: Wed, 18 Dec 2024 16:49:06 +0100 Subject: [PATCH] test: refs #7189 enable skipped test --- test/cypress/integration/vnComponent/VnLog.spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/cypress/integration/vnComponent/VnLog.spec.js b/test/cypress/integration/vnComponent/VnLog.spec.js index 4db724e99..80b9d07df 100644 --- a/test/cypress/integration/vnComponent/VnLog.spec.js +++ b/test/cypress/integration/vnComponent/VnLog.spec.js @@ -9,15 +9,15 @@ describe('VnLog', () => { cy.visit(`/#/claim/${1}/log`); cy.openRightMenu(); }); - // Se tiene que cambiar el Accept-Language a 'en', ya hay una tarea para eso #7189. - xit('should filter by insert actions', () => { + + it('should filter by insert actions', () => { cy.checkOption(':nth-child(7) > .q-checkbox'); cy.get('.q-page').click(); cy.validateContent(chips[0], 'Document'); cy.validateContent(chips[1], 'Beginning'); }); - xit('should filter by entity', () => { + it('should filter by entity', () => { cy.selectOption('.q-drawer--right .q-item > .q-select', 'Claim'); cy.get('.q-page').click(); cy.validateContent(chips[0], 'Claim');