8282-testToMaster #1057
|
@ -117,7 +117,7 @@ describe('VnLocation', () => {
|
||||||
|
|
||||||
checkVnLocation(postCode, province);
|
checkVnLocation(postCode, province);
|
||||||
});
|
});
|
||||||
it.only('Create city', () => {
|
it('Create city', () => {
|
||||||
const postCode = randomNumber();
|
const postCode = randomNumber();
|
||||||
const province = randomString({ length: 4 });
|
const province = randomString({ length: 4 });
|
||||||
cy.get(createLocationButton).click();
|
cy.get(createLocationButton).click();
|
||||||
|
|
Loading…
Reference in New Issue