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 226f604f9d - Show all commits

View File

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