-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Increase max parameters for cy.viewport() #5882
Conversation
Thanks for the contribution! Below are some guidelines Cypress uses when doing PR reviews.
PR Review ChecklistIf any of the following requirements can't be met, leave a comment in the review selecting 'Request changes', otherwise 'Approve'. User Experience
Functionality
Maintainability
Quality
Internal
|
@digiink Thanks for the contribution! Could you please sign our CLA? I notice that the author of the commits ( This typically means the email address on your GitHub account does not match the email address associated with your commits. Our CLA bot gets confused when they don't match. Here are some solutions to fixing when commits are linked to the wrong user: https://help.github.com/articles/why-are-my-commits-linked-to-the-wrong-user/ |
User facing changelog
Cypress tests screens bigger than 4000px wide / high
The max cy.viewport() width and height increased to 8000px.
Additional details
//Problem
How has the user experience changed?
PR Tasks
cypress-documentation
?