chore: add task comment
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-01-20 11:39:59 +01:00
parent 18d4661bc3
commit 1d3feef1e7
1 changed files with 2 additions and 1 deletions

View File

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