6695-docker_push_3 #1423

Merged
alexm merged 424 commits from 6695-docker_push_3 into dev 2025-02-21 12:41:37 +00:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit dbea92cb53 - Show all commits

View File

@ -148,10 +148,10 @@ Cypress.Commands.add('retryCheckItem', (ariaControl, selector, option, retries)
.first();
cy.wrap(itemAClickear).click(); // Haz clic en el elemento encontrado
} else {
throw new Error('Option not found → ', option);
// cy.get(selector, { timeout }).clear().type(option);
// let retries = 0;
// cy.retrySelectOption(selector, option, timeout, retries);
// throw new Error('Option not found → ', option);
cy.get(selector, { timeout }).clear().type(option);
let retries = 0;
cy.retrySelectOption(selector, option, timeout, retries);
}
});
});