``` 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) ``` 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. |