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 () {