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();