From a02b534cfa6ff64ba69aa711aa6eb35ab5859736 Mon Sep 17 00:00:00 2001 From: JAVIER SEGARRA MARTINEZ Date: Mon, 29 Jan 2024 07:20:40 +0000 Subject: [PATCH] refs #6280 test: remove comments --- test/cypress/integration/VnLocation.spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/cypress/integration/VnLocation.spec.js b/test/cypress/integration/VnLocation.spec.js index 15226b166e..fe0ecee687 100644 --- a/test/cypress/integration/VnLocation.spec.js +++ b/test/cypress/integration/VnLocation.spec.js @@ -10,8 +10,7 @@ describe('VnLocation', () => { 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() + cy.get(locationOptions).should('have.length',5); }); it('input filter location as "al"', function() {