From e10ee5e6c77d4dceff48d9eaf0e97a7694461adb Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Wed, 20 Nov 2024 09:26:40 +0100 Subject: [PATCH] test: #8162 fix vnLocation spec --- 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 70c88b26f..70a943688 100644 --- a/test/cypress/integration/vnComponent/vnLocation.spec.js +++ b/test/cypress/integration/vnComponent/vnLocation.spec.js @@ -107,7 +107,7 @@ describe('VnLocation', () => { cy.get(inputLocation).should('have.value', postCodeLabel); }); - it('Create postCode', () => { + it.only('Create postCode', () => { const postCode = '1234475'; const province = 'Valencia'; cy.get(createLocationButton).click();