-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update validation error scenarios #4842
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
@@ -396,13 +404,6 @@ function validate() { | |||
cy.visit('/account', { failOnStatusCode: false }) | |||
cy.url().should('match', /^/account/) | |||
} | |||
|
|||
// Or just return false if the session is invalid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we not want an example for "the validate
function returns a Promise that resolves to false
or rejects" anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to do more comprehensive evaluation for the docs for the v12 release.
Docs PR for cypress-io/cypress#24511