Bug
cy.scrollTo(0, 200, {duration: 500});
In command log:
In debug console:
In command log:
SCROLLTO 0, 200, {duration: 500}
In debug console:
Command: scrollTo
X: 0
Y: 200
Options: {duration: 500}
cy.visit('http://google.com');
cy.scrollTo(0, 200, {duration: 500});
I can look into this one!
The code for this is merged, but it has not been released yet.
Fixed in 1.0.2
.
Most helpful comment
I can look into this one!