Skip to content

Problem with recaptcha v3 #24128

Discussion options

You must be logged in to vote

I found the culprit!

before(function () {
  cy.intercept("**/**", (req) => {
    req.continue((res) => {
      if (res.statusCode >= 400) {
        console.log(res); // Cypress can't cy.log() here
      }
    });
  }).as("errorRequests");
});

for some reason this causes the error. Discussion can be closed I guess

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jaroslawkyc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant