Merge branch 'dev' into 6695-artifacts
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-03-14 11:45:01 +00:00
commit a6713e97b1
1 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,11 @@ style.innerHTML = `
`;
document.head.appendChild(style);
// FIXME: https://redmine.verdnatura.es/issues/8771
Cypress.on('uncaught:exception', (err) => {
if (err.code === 'ERR_CANCELED') return false;
});
const waitForApiReady = (url, maxRetries = 20, delay = 1000) => {
let retries = 0;