0
0
Fork 0

test: refs #8061 #8061 remove only

This commit is contained in:
Javier Segarra 2024-11-17 14:27:51 +01:00
parent 95758e2564
commit 4116f681b0
1 changed files with 1 additions and 1 deletions

View File

@ -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