https://cypress.io logo
Does anyone know why this error is displaying? I a...
# e2e-testing
i
Does anyone know why this error is displaying? I automated logging into account.google.com, and it displayed this error after clicking the Next button. The code:
Copy code
cy.visit('accounts.google.com')
cy.get('input[id="identifierId"]').type('my_email@gmail.com')
cy.get('div[id="identifierNext"]').click()
The error: