From 8c9db8b3ae320127aa2eac99bb7571c6481d79fc Mon Sep 17 00:00:00 2001 From: JAVIER SEGARRA MARTINEZ Date: Mon, 29 Jan 2024 07:16:39 +0000 Subject: [PATCH] refs #6280 test: remove comments --- test/cypress/integration/VnLocation.spec.js | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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();