There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-a7d1d665-5451-459d-8d8f-810852f6350f XWIKI-23307 Open

Tag deletion confirmation test fails

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-5759f9c6-d245-48b2-b92f-341ba875acd3 Charpentier Lucas on 17/Jun/25 12:26
 

I couldn't reproduce the flicker on my machine, but there's a high change forcing the driver to wait for the element if it's not here at first is the solution to avoid the flicker.

Note that this `findElementWithoutWaiting` condition was added at the page object creation back in 2013 by Sorin Burjan
AFAIK there wasn't a formulated reason why we would use this instead of just `findElement`.