test: refs #8484 rollback
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-02-17 15:26:40 +01:00
parent 05df3e3f10
commit 02e94e6df5
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Cypress.Commands.add('login', (user = 'developer') => {
});
});
Cypress.Commands.add('domContentLoad', (timeout = 5000) => {
Cypress.Commands.add('domContentLoad', (element, timeout = 5000) => {
cy.waitUntil(() => cy.document().then((doc) => doc.readyState === 'complete'));
});