refs #6280 test: remove comments
This commit is contained in:
parent
8c9db8b3ae
commit
a02b534cfa
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue