• Hello,

    Currently, when the height of an element changes or a new element is introduced, it pushes down all subsequent content, which is then flagged as a difference. This makes it difficult to identify any genuine changes further down the page.

    Perhaps a solution would be to highlight only the element that has changed and consider the rest as unchanged, merely displaced downwards.

    Hopefully, it is possible.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support steffenbew

    (@steffenbew)

    Hey, thanks for sharing your feature request! I totally get where you’re coming from, and your suggestion to highlight only the changed elements while treating the rest as simply displaced is clever. This would require the test system to have some understanding of the page structure and the changes happening. Right now, the tests are done with pixel-by-pixel comparisons, but we’re eager to explore ways to make them smarter and more helpful.

    Thread Starter asafm7

    (@asafm7)

    Thanks, @steffenbew. Looking forward to future improvements.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.