refs #6280 test: remove comments

This commit is contained in:
Javier Segarra 2024-01-29 07:16:39 +00:00
parent c731b5b989
commit 8c9db8b3ae
1 changed files with 11 additions and 11 deletions

View File

@ -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();