8282-testToMaster #1057

Merged
alexm merged 215 commits from 8282-testToMaster into master 2024-12-10 06:23:36 +00:00
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();