Branch: refs/heads/XWIKI-24821-flicker-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: bf52a68bdd692659d031eebbec805191c6f01dc8 https://github.com/xwiki/xwiki-platform/commit/bf52a68bdd692659d031eebbec805... Author: Vincent Massol <[email protected]> Date: 2026-09-22 (Tue, 22 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/SuggestInputElement.java Log Message: ----------- XWIKI-24821: SolrSearchIT.searchExclusions is flickering * Hide the suggestions in SuggestInputElement#hideSuggestions() by removing the focus from the text input rather than by pressing Escape. The widget opens the suggestions again on its own whenever a suggestion request completes while the input still has the focus, so Escape left the panel free to re-appear right after it was closed: either while the test was still waiting for it to go away, or once the test had moved on and the panel then covered the button it wanted to click. An unfocused widget closes the panel and ignores the responses that come back afterwards. * Wait through isDropDownOpened() in waitForSuggestionsClearance(), so that both methods read the state of the panel the same way. (cherry picked from commit 1081aa45576) 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