- Operating System: Win7x64
- Cypress Version: 1.0.3
Is this a Feature or Bug?
Bug
Current behavior:
Issuing cy.viewport( 1000, 200 ) doesn't change the viewport size if current viewport size is 1000x600, and thus only height is being changed (to 200).
Desired behavior:
Should change viewport height to 200
Is this a Feature or Bug?
Bug
Current behavior:
Issuing
cy.viewport( 1000, 200 )doesn't change the viewport size if current viewport size is1000x600, and thus onlyheightis being changed (to200).Desired behavior:
Should change viewport height to
200