Skip to content

Fix issue with screenshot and source element dimensions

Compare
Choose a tag to compare
@enriquecastl enriquecastl released this 21 Sep 12:40
· 34 commits to master since this release

When the element targeted by the screenshotIdenticalToBaseline assertion has dimensions larger than the screenshot, which happens when the element dimensions surpass the viewport dimensions and a scrollbar appears, nightwatch-vrt would fail with a buffer range error.

This is fixed on this release.