WIP: #7354 zone_missing_e2e #1030

Draft
jsegarra wants to merge 191 commits from 7354_zone_missing_e2e into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b62935494a - Show all commits

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