diff --git a/test/cypress/integration/VnLocation.spec.js b/test/cypress/integration/VnLocation.spec.js index 20b18700f..15226b166 100644 --- a/test/cypress/integration/VnLocation.spec.js +++ b/test/cypress/integration/VnLocation.spec.js @@ -8,18 +8,18 @@ describe('VnLocation', () => { cy.waitForElement('.q-card'); }); - // it('Show all options', function() { - // cy.get(inputLocation).click(); - // cy.get(locationOptions).should('have.length',5) - // // cy.get(':nth-child(3) > :nth-child(1) > .q-field > .q-field__inner > .q-field__control > :nth-child(2) > .q-icon').click() - // }); + it('Show all options', function() { + cy.get(inputLocation).click(); + cy.get(locationOptions).should('have.length',5) + // cy.get(':nth-child(3) > :nth-child(1) > .q-field > .q-field__inner > .q-field__control > :nth-child(2) > .q-icon').click() + }); - // it('input filter location as "al"', function() { - // cy.get(inputLocation).click(); - // cy.get(inputLocation).clear(); - // cy.get(inputLocation).type('al'); - // cy.get(locationOptions).should('have.length',3); - // }); + it('input filter location as "al"', function() { + cy.get(inputLocation).click(); + cy.get(inputLocation).clear(); + cy.get(inputLocation).type('al'); + cy.get(locationOptions).should('have.length',3); + }); it('input filter location as "ecuador"', function() { cy.get(inputLocation).click(); cy.get(inputLocation).clear();