test: #8162 fix vnLocation spec
gitea/salix-front/pipeline/pr-test This commit looks good Details

This commit is contained in:
Javier Segarra 2024-11-20 09:37:47 +01:00
parent e10ee5e6c7
commit 226f604f9d
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ describe('VnLocation', () => {
cy.get(inputLocation).should('have.value', postCodeLabel);
});
it.only('Create postCode', () => {
it('Create postCode', () => {
const postCode = '1234475';
const province = 'Valencia';
cy.get(createLocationButton).click();