There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-e07c363a-90ce-493a-9a01-2d3c950121b4 XWIKI-24720 Open

ImageStyleIT#imageStyleAdministration is flickering

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-99b4ac9e-afbb-4b51-9deb-6fde7bf7bef7 Vincent Massol on 01/Sep/26 22:20
 

The imageStyleAdministration failures currently seen on the CI are a different failure from the one reported here, and this one (the "Create the image style" button never becoming enabled, at ImageStyleAdministrationPage#submitNewImageStyleForm) has since been mitigated by commit 2343cf7d9db.

Every failure of that test on master since July 2026 fails later, at ImageStyleAdministrationPage#getDefaultStyle, with NoSuchElementException: *[name='Image.Style.Code.ConfigurationClass_0_defaultStyle']. The archived screenshots show the section rendered with two literal $escapetool.xml($property.translatedPrettyName) labels and both configuration fields missing, and frames from the failure video show the section is already broken on the first visit to the administration, more than 20 seconds before the assertion fails. It is a server-side state problem, not a UI wait problem.

Root cause analysis is in XWIKI-24778.