WARMFIX: e2e jsegarra #973

Merged
jsegarra merged 12 commits from fix_js_e2e into test 2024-11-21 08:20:22 +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();