forked from verdnatura/salix-front
fix vnlocation.spec
This commit is contained in:
parent
78e3cff397
commit
f1d21915eb
|
@ -40,9 +40,9 @@ describe('VnLocation', () => {
|
||||||
cy.waitForElement('.q-card');
|
cy.waitForElement('.q-card');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Show all options', function() {
|
it('Show locations options', function() {
|
||||||
cy.get(inputLocation).click();
|
cy.get(inputLocation).click();
|
||||||
cy.get(locationOptions).should('have.length', 1);
|
cy.get(locationOptions).should('have.length', 5);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue