This commit is contained in:
parent
e10ee5e6c7
commit
226f604f9d
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue