You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some pages we noticed that our highlighting triggers JS functions on the webpage itself. In the current case the product image zoom was opened, when we validated the actual image.
Actual Behaviour
The product image zoom opened when the image in a webshop was inspected.
Expected Behaviour
The highlight should have no impact on the page itself.
Additional Information
This happened on a specific page of a customer project. Ask @wurzelkuchen for further details.
Taks
Please investigate this matter if this is something that can be prevented.
Check if using the (now) builtin highlighting from selenide ($(".somelocator").highlight() ) helps solving this
The text was updated successfully, but these errors were encountered:
Quick Description
On some pages we noticed that our highlighting triggers JS functions on the webpage itself. In the current case the product image zoom was opened, when we validated the actual image.
Actual Behaviour
The product image zoom opened when the image in a webshop was inspected.
Expected Behaviour
The highlight should have no impact on the page itself.
Additional Information
This happened on a specific page of a customer project. Ask @wurzelkuchen for further details.
Taks
$(".somelocator").highlight()
) helps solving thisThe text was updated successfully, but these errors were encountered: