org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
at org.xwiki.ckeditor.test.ui.LinkIT.createLinkForNotExistingPage(LinkIT.java:153)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2 updates
Changes by Marius Dumitru Florea on 15/Jun/26 14:22
Given the screenshot, it looks like the tree is still loading after this line is executed:
tree.waitForIt();
We need to bulletproof the LinkPickerModal / LinkTreeElement. The problem might be that the tree is marked as loading with a delay, so there is a short time frame in which the tree is not marked as loading, even though it hasn't been loaded yet.
This message was sent by Atlassian Jira (v9.3.0#930000-sha1:287aeb6)
If image attachments aren't displayed, see this article.