diff --git a/test/cypress/integration/vnComponent/vnLocation.spec.js b/test/cypress/integration/vnComponent/vnLocation.spec.js index 207f5d634..448d374ec 100644 --- a/test/cypress/integration/vnComponent/vnLocation.spec.js +++ b/test/cypress/integration/vnComponent/vnLocation.spec.js @@ -28,7 +28,7 @@ describe('VnLocation', () => { 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 cy.selectOption(countrySelector, 'Ecuador'); // Verify that provinces are filtered