Merge branch 'dev' into 6695-artifacts
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
commit
a6713e97b1
|
@ -40,6 +40,11 @@ style.innerHTML = `
|
||||||
`;
|
`;
|
||||||
document.head.appendChild(style);
|
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) => {
|
const waitForApiReady = (url, maxRetries = 20, delay = 1000) => {
|
||||||
let retries = 0;
|
let retries = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue