CypressError #28919
Unanswered
fazleyazdan
asked this question in
Questions and Help
CypressError
#28919
Replies: 1 comment
-
Hi @fazleyazdan , cy.visit("https://demo.opencart.com/admin/",{ failOnStatusCode: false } ) ref : "https://www.lambdatest.com/learning-hub/exception-handling-in-cypress" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am doing automation of a demo site using cypress. the site is using cloudflare, so i have used cy.intercept() to deal with it, however it does not work, is there any other way to access the site and automate it.
this is the code.
`describe ('Handling tables', () => {
})`
this is the screenshot of error thrown by cypress
Beta Was this translation helpful? Give feedback.
All reactions