zinserjan / wdio-visual-regression-service

Visual regression service for WebdriverIO.
MIT License
102 stars 39 forks source link

checkDocument does not respect the viewport size #20

Closed monolithed closed 7 years ago

monolithed commented 8 years ago

img-2016-10-12-19-56-13

img-2016-10-12-19-58-19 img-2016-10-12-19-58-40

I expect to see the same image sizes, but browser.checkDocument does not agree with me :)

zinserjan commented 8 years ago

Yep, my team mates noticed this issue also for chrome. I think that this happen due to Ì used windowHandleSize instead of setViewportSize.

zinserjan commented 8 years ago

Thanks to @PM8668 for this fix.

Released with v0.5.0.

@monolithed let me know if this solves your issues.