Branch: refs/heads/notifications-it-rest-fixture Home: https://github.com/xwiki/xwiki-platform Commit: 26652c9ba827f180f51ca4847e64ea65f7a7c891 https://github.com/xwiki/xwiki-platform/commit/26652c9ba827f180f51ca4847e64e... 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 * Fix the flickering deletion notification of simpleNotifications: the date of a deletion event has no milliseconds, while the start date of the delete preference enabled just before has some, so a deletion within that same second produced an event dated before the preference, which filtered the notification out. Wait for the next second before deleting the page. Going through the browser only made the deletion slower, not late enough: it failed 1 run in 4, and the waiting version passed 5 runs in 5. * Delete that page over REST again, now that the timing is handled explicitly. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications