Branch: refs/heads/misc-wcag-axe-retry-guard Home: https://github.com/xwiki/xwiki-platform Commit: e682aaae80d8229e58792e325b69c3e924e045bb https://github.com/xwiki/xwiki-platform/commit/e682aaae80d8229e58792e325b69c... 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 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