fixed
Assertions will now scroll to the element
almost 6 years ago by Andrew Mendelsohn
Assertion steps will now scroll to the target element (if there is one). The reason for the change is twofold:
- This ensures that on long pages, the screenshot will always include the element in question.
- It also fixes an issue where the
crop screenshot to element
would fail on elements outside the current viewport.
We hope this makes your test output easier to use, and more helpful in diagnosing issues!