Branch: refs/heads/RN-91 Home: https://github.com/xwiki-contrib/application-releasenotes Commit: 46edff60d1f2505303119ebf5fa3c90efc832102 https://github.com/xwiki-contrib/application-releasenotes/commit/46edff60d1f... Author: Vincent Massol <[email protected]> Date: 2026-08-31 (Mon, 31 Aug 2026) Changed paths: M application-releasenotes-test/application-releasenotes-test-docker/pom.xml M application-releasenotes-test/application-releasenotes-test-docker/src/test/it/org/xwiki/releasenotes/test/ui/ReleaseNotesIT.java A application-releasenotes-test/application-releasenotes-test-docker/src/test/it/org/xwiki/releasenotes/test/ui/po/ReleaseNotesAdministrationSectionPage.java A application-releasenotes-test/application-releasenotes-test-docker/src/test/it/org/xwiki/releasenotes/test/ui/po/ScrollableTableLayoutElement.java Log Message: ----------- RN-91: The contributors functional test saves without waiting for the asynchronous save to complete * Save the contributors entry through InlinePage.clickSaveAndView(), which waits for the asynchronous save to complete, instead of clicking the save button and navigating away straight after, which could abort the save and make the assertions that follow fail nondeterministically. * Type the contributors through InlinePage.setValue() rather than into whatever textarea happens to be first in the DOM. * Move the administration field, hint and menu category lookups behind a new ReleaseNotesAdministrationSectionPage page object, extending the platform AdministrationSectionPage. * Move the Live Data table width measurement, until now an inline JavaScript string in the test, behind a new ScrollableTableLayoutElement page object. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-releasenotes/settings/notificat...