refs #6280 test: remove comments

This commit is contained in:
Javier Segarra 2024-01-29 07:20:40 +00:00
parent 8c9db8b3ae
commit a02b534cfa
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@ describe('VnLocation', () => {
it('Show all options', function() { it('Show all options', function() {
cy.get(inputLocation).click(); cy.get(inputLocation).click();
cy.get(locationOptions).should('have.length',5) 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() { it('input filter location as "al"', function() {