From 4564f7948259dada61497f085f389a41e0d32ad5 Mon Sep 17 00:00:00 2001 From: Shivam Pandey Date: Wed, 10 Apr 2024 11:59:35 +0530 Subject: [PATCH] logging more --- cypress/support/commands.js | 1 + 1 file changed, 1 insertion(+) 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) => {