This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-dccd3f61-2d25-4dcb-a98c-737d876e01c3 XWIKI-23307 Open

Tag deletion confirmation test fails

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-b803463d-617d-4033-9e69-4cd358c9af7e Charpentier Lucas created this issue on 17/Jun/25 10:50
 
Summary: Tag deletion confirmation test fails
Issue Type: cid:jira-generated-image-avatar-dccd3f61-2d25-4dcb-a98c-737d876e01c3 Bug
Affects Versions: 17.4.0
Assignee: Unassigned
Components: Development Issues only
Created: 17/Jun/25 10:50
Priority: cid:jira-generated-image-static-major-da5b1511-5b35-4e60-acd5-4fe2ee9d6784 Major
Reporter: Charpentier Lucas
Description:

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

 
 

1 update

 
cid:jira-generated-image-avatar-b803463d-617d-4033-9e69-4cd358c9af7e Changes by Charpentier Lucas on 17/Jun/25 10:51
 
Assignee: Charpentier Lucas