Merge pull request 'HOTFIX vnlocation.spec' (!240) from hotfix_spec_vnlocation into test
gitea/salix-front/pipeline/pr-master This commit looks good Details
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #240
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Javier Segarra 2024-03-15 06:18:29 +00:00
commit 4f441ad5bc
1 changed files with 2 additions and 2 deletions

View File

@ -40,9 +40,9 @@ describe('VnLocation', () => {
cy.waitForElement('.q-card'); cy.waitForElement('.q-card');
}); });
it('Show all options', function() { it('Show locations options', function() {
cy.get(inputLocation).click(); cy.get(inputLocation).click();
cy.get(locationOptions).should('have.length', 1); cy.get(locationOptions).should('have.length', 5);
}); });
}); });
}) })