test: remove only
gitea/salix-front/pipeline/pr-dev Build queued... Details

This commit is contained in:
Javier Segarra 2024-11-25 11:19:21 +00:00
parent c4f2ea032c
commit b62935494a
1 changed files with 1 additions and 1 deletions

View File

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