Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: c2916860776cc2954e974b890fdae6a364ca1078 https://github.com/xwiki/xwiki-platform/commit/c2916860776cc2954e974b890fdae... Author: Vincent Massol <[email protected]> Date: 2026-09-08 (Tue, 08 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/BasePage.java A xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/test/java/org/xwiki/test/ui/po/BasePageTest.java Log Message: ----------- [Misc] Widen the retry guard for the axe-core injection race (#6338) The retry added for the axe-core injection race only retried errors whose message contains "window.axe", which never matches the error the race actually produces: Chrome reports it as "Cannot read properties of undefined (reading 'runPartial')". The retry therefore rethrew immediately and the flicker remained. * Match the message fragments the race really produces, in Chrome and in Firefox, instead of only "window.axe". * Extract the decision into isAxeNotReadyError() and unit test it, so the guard is checked against the real browser messages rather than only in CI. * Raise the module's JaCoCo instruction ratio to the newly achieved 0.06. Co-authored-by: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications