Branch: refs/heads/notifications-it-rest-fixture Home: https://github.com/xwiki/xwiki-platform Commit: f89a35e97f1fcb394d6c7ad45f2eea4b731af622 https://github.com/xwiki/xwiki-platform/commit/f89a35e97f1fcb394d6c7ad45f2ee... Author: Manuel Leduc <[email protected]> Date: 2026-09-18 (Fri, 18 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsIT.java Log Message: ----------- [Misc] Speedup NotificationsIT by REST calls * Locate the comment and the page-update notifications of compositeNotifications by their type instead of their position: both events share the same instant, so the tray returns them in either order, just as the RSS feed already did. * Assert the update group holds PAGE_UPDATE_COUNT events: adding the comment over REST creates the comment object without updating the page content, so it does not add an event to that group. * Restore the browser-driven version of simpleNotifications: creating its pages over REST makes them simultaneous, and the notification system then groups them, so the per-page counts and the positions the test asserts on are no longer stable. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications