test: refs #8484 await main content loaded #1318
|
@ -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'));
|
||||
jorgep marked this conversation as resolved
Outdated
|
||||
});
|
||||
|
||||
jorgep
commented
Se asegura que el contenido este visible antes de hacer nada. Se asegura que el contenido este visible antes de hacer nada.
|
||||
|
|
Loading…
Reference in New Issue
No acabo de ver el codigo de waitUntil. Se espera x segundos, comprueba algo y sino vuelve a esperar x segundos.
Debe haber algo que te permita saber cuando ha cargado