fix: refs #6942 vnLocation
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-03-06 10:24:20 +01:00
parent 110fd3b7a0
commit ec3b44654e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ describe('VnLocation', () => {
cy.get(inputLocation).click();
cy.get(inputLocation).clear();
cy.get(inputLocation).type('al');
cy.get(locationOptions).should('have.length', 5);
cy.get(locationOptions).should('have.length', 3);
});
it('input filter location as "ecuador"', function () {
cy.get(inputLocation).click();