From 65100fcf256f9c19494088c9c2b3d48422c8970b Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Tue, 19 Nov 2024 13:45:44 +0100 Subject: [PATCH] test: fix e2e --- test/cypress/integration/vnComponent/vnLocation.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cypress/integration/vnComponent/vnLocation.spec.js b/test/cypress/integration/vnComponent/vnLocation.spec.js index 29e1f868f..0ee453aa0 100644 --- a/test/cypress/integration/vnComponent/vnLocation.spec.js +++ b/test/cypress/integration/vnComponent/vnLocation.spec.js @@ -15,7 +15,7 @@ describe('VnLocation', () => { cy.domContentLoad(); cy.get(createLocationButton).click(); }); - it.only('shoul d filter provinces based on selected country', () => { + it('should filter provinces based on selected country', () => { // Select a country cy.selectOption( `${createForm.prefix} > :nth-child(5) > .q-field:nth-child(3)> ${createForm.sufix}`, @@ -32,7 +32,7 @@ describe('VnLocation', () => { ).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( `${createForm.prefix} > :nth-child(5) > .q-field:nth-child(3)> ${createForm.sufix}`,