From 4116f681b0f482df410e146f66d5d6c3945843e3 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Sun, 17 Nov 2024 14:27:51 +0100 Subject: [PATCH] test: refs #8061 #8061 remove only --- test/cypress/integration/vnComponent/vnLocation.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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