There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-b899b9a8-ba4f-4a79-9933-1e9df41f64d0 XWIKI-23307 Open

Tag deletion confirmation test fails

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-fe2e8803-4fa4-454c-94c1-30d72b42baf2 Changes by Thomas Mortagne on 17/Jun/25 16:02
 
Description: ``` {noformat}
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
at org.xwiki.tag.test.ui.TagIT.addAndDeleteTagFromTagPage(TagIT.java:285)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
``` {noformat}

This is because the text of the box is not equal to what it used to be. The box code in itself didn't change in a while, but the info box implementation did with XWIKI-21452. The one and only use of the validation function that fails was introduced for XWKI-22344 a couple months after the merge of XWIKI-21452.