diff --git a/test/cypress/integration/VnLocation.spec.js b/test/cypress/integration/VnLocation.spec.js index 6d5d03298..dc18a1a16 100644 --- a/test/cypress/integration/VnLocation.spec.js +++ b/test/cypress/integration/VnLocation.spec.js @@ -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();