Remove upper limit on cy.viewport; investigate removing lower limit #5892
Labels
good first issue
Good for newcomers
pkg/driver
This is due to an issue in the packages/driver directory
Current behavior:
cy.viewport
has limited bounds (minimum 20px, maximum 8000px)Desired behavior:
cy.viewport
has an upper bound of 100k (unlikely to be practically useful, but will prevent users from accidentally entering a billion or somethingcy.viewport(1 million, 1 million)
actually cause performance issues? If not we can remove the upper limit altogether.<iframe>
.The text was updated successfully, but these errors were encountered: