|
| Summary: |
SolrSearchIT.searchExclusions is flickering |
| Issue Type: |
Bug |
| Affects Versions: |
17.10.12 |
| Assignee: |
Unassigned |
| Components: |
Development Issues only |
| Created: |
06/Sep/26 20:37 |
| Labels: |
flickering |
| Priority: |
Major |
| Reporter: |
Vincent Massol |
| Description: |
The test is flickering with the following failure:
Expected condition failed: waiting for ... (tried for 10 seconds with 500 milliseconds interval)
The timeout happens in SuggestInputElement#waitForSuggestionsClearance(), called from hideSuggestions(): after ESC is sent, the .selectize-input.dropdown-active element is still present after 10 seconds. Seen on the stable-17.10.x CI job, e.g. https://ci.xwiki.org/job/XWiki/job/xwiki-platform/job/stable-17.10.x/448/ (and in builds 426 and 442). Roughly 3 failures out of the last 20 builds. This only affects the branches that still use Selectize for the suggest widget. On master the widget was replaced by Tom Select (XWIKI-24088), so the selectors involved no longer exist there. Full stack trace:
|
|