From 1d3feef1e7faa9b01c5cf8591172dd5166aa3feb Mon Sep 17 00:00:00 2001 From: jorgep Date: Mon, 20 Jan 2025 11:39:59 +0100 Subject: [PATCH] chore: add task comment --- test/cypress/integration/vnComponent/VnLocation.spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/cypress/integration/vnComponent/VnLocation.spec.js b/test/cypress/integration/vnComponent/VnLocation.spec.js index 48cb1959f..f4354bee7 100644 --- a/test/cypress/integration/vnComponent/VnLocation.spec.js +++ b/test/cypress/integration/vnComponent/VnLocation.spec.js @@ -53,7 +53,8 @@ describe('VnLocation', () => { cy.waitForElement('.q-card'); cy.get(inputLocation).click(); }); - it.skip('Show all options', function () { + // https://redmine.verdnatura.es/issues/8436 + it('Show all options', function () { cy.get(locationOptions).should('have.length.at.least', 5); }); it('input filter location as "al"', function () {