There are 4 updates, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-fcf273e6-5250-4a5e-a0d7-2596f21cef83 XWIKI-24806 Open

TextAreaImageUploadIT is flickering and its missing edit-mode cleanup fails the rest of AllIT

 
View issue   ยท   Add comment
 

4 updates

 
cid:jira-generated-image-avatar-df0c64d6-ae10-4c68-99b5-a1a42d1e6f83 Changes by Vincent Massol on 04/Sep/26 12:05
 
Fix Version: 17.10.13
Fix Version: 18.8.0-rc-1
Fix Version: 18.4.5
Flickering Test: org.xwiki.edit.test.ui.AllIT$NestedTextAreaImageUploadIT#uploadImageInObjectProperty(TestUtils, TestReference)
 
 

1 comment

 
cid:jira-generated-image-avatar-df0c64d6-ae10-4c68-99b5-a1a42d1e6f83 Vincent Massol on 04/Sep/26 12:01
 

PR for the containment part (problem 1, the missing cleanup): https://github.com/xwiki/xwiki-platform/pull/6309

It adds an @AfterEach to TextAreaImageUploadIT that discards the unsaved changes, so a failing test no longer takes down every test running after it in the shared browser session. Verified with a full green AllIT run (17 tests).

The underlying flicker (problem 2, ckeditor.getToolBar().insertImage() not opening the image dialog within the 10s wait) is not fixed by that PR - this issue stays open for it.