This commit is contained in:
parent
1fb927488a
commit
e10ee5e6c7
|
@ -107,7 +107,7 @@ describe('VnLocation', () => {
|
||||||
cy.get(inputLocation).should('have.value', postCodeLabel);
|
cy.get(inputLocation).should('have.value', postCodeLabel);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Create postCode', () => {
|
it.only('Create postCode', () => {
|
||||||
const postCode = '1234475';
|
const postCode = '1234475';
|
||||||
const province = 'Valencia';
|
const province = 'Valencia';
|
||||||
cy.get(createLocationButton).click();
|
cy.get(createLocationButton).click();
|
||||||
|
|
Loading…
Reference in New Issue