0
0
Fork 0

fix vnlocation.spec

This commit is contained in:
Javier Segarra 2024-03-14 09:28:28 +00:00
parent 78e3cff397
commit f1d21915eb
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);
}); });
}); });
}) })