8231_testToMaster_2448 #997

Merged
alexm merged 400 commits from 8231_testToMaster_2448 into master 2024-11-26 06:28:29 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e10ee5e6c7 - Show all commits

View File

@ -107,7 +107,7 @@ describe('VnLocation', () => {
cy.get(inputLocation).should('have.value', postCodeLabel);
});
it('Create postCode', () => {
it.only('Create postCode', () => {
const postCode = '1234475';
const province = 'Valencia';
cy.get(createLocationButton).click();