From b62935494abc7c21271a464f9a5fb3adb5a34b01 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Mon, 25 Nov 2024 11:19:21 +0000 Subject: [PATCH] test: 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 0823e6e09..50dabf229 100644 --- a/test/cypress/integration/vnComponent/vnLocation.spec.js +++ b/test/cypress/integration/vnComponent/vnLocation.spec.js @@ -117,7 +117,7 @@ describe('VnLocation', () => { checkVnLocation(postCode, province); }); - it.only('Create city', () => { + it('Create city', () => { const postCode = randomNumber(); const province = randomString({ length: 4 }); cy.get(createLocationButton).click();