There are 2 updates, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-f560cdaf-3c92-4a1c-8b61-d5a025a9099b XWIKI-23307 Open

TagIT.addAndDeleteTagFromTagPage is flickering

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-892f7dfe-9087-4a6e-989f-63797e53eac0 Changes by Simon Urli on 20/Nov/25 15:28
 
Summary: Tag deletion confirmation test fails TagIT.addAndDeleteTagFromTagPage is flickering
Flickering Test: org.xwiki.tag.test.ui.AllIT$NestedTagIT.addAndDeleteTagFromTagPage(TestUtils, TestReference)
 
 

1 comment

 
cid:jira-generated-image-avatar-ba99fa24-393c-454a-910b-949430e34953 Charpentier Lucas on 20/Nov/25 15:29
 
I couldn't reproduce the flicker on my machine, but there's a high change chance 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 [~sorinello]
AFAIK there wasn't a formulated reason why we would use this instead of just `findElement`.