test: remove only
gitea/salix-front/pipeline/pr-dev Build queued...
Details
gitea/salix-front/pipeline/pr-dev Build queued...
Details
This commit is contained in:
parent
c4f2ea032c
commit
b62935494a
|
@ -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