diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 34e03f5..664c752 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -122,6 +122,7 @@ function performLogin(LOGGED_IN) { function solveCaptcha() { + cy.task("log", "Calling solveCaptcha() nth time") cy.wait(1200) cy.get('body').should('be.visible').then((el) => {