forked from verdnatura/salix-front
parent
95758e2564
commit
4116f681b0
|
@ -28,7 +28,7 @@ describe('VnLocation', () => {
|
||||||
cy.get(citySelector).should('have.length', 1);
|
cy.get(citySelector).should('have.length', 1);
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only('should filter towns based on selected province', () => {
|
it('should filter towns based on selected province', () => {
|
||||||
// Select a country
|
// Select a country
|
||||||
cy.selectOption(countrySelector, 'Ecuador');
|
cy.selectOption(countrySelector, 'Ecuador');
|
||||||
// Verify that provinces are filtered
|
// Verify that provinces are filtered
|
||||||
|
|
Loading…
Reference in New Issue