Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
17.10.12
-
Unknown
-
-
org.xwiki.livedata.test.ui.AllIT$NestedLiveDataIT#livedataLivetableTableLayout
Description
The test is flickering with the following failure:
Element <div class="xwiki-selectize-option option active"> is not clickable at point (934,383) because another element <div class="displayer-action-list"> obscures it
The Live Data action column (.displayer-action-list) overlaps the Selectize suggestion dropdown when a suggestion is selected, so the click lands on the action list instead of on the suggestion.
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 build 433 for the other parameterized run). Roughly 2 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 this exact failure cannot happen there.
Full stack trace:
org.openqa.selenium.ElementClickInterceptedException:
Element <div class="xwiki-selectize-option option active"> is not clickable at point (934,383) because another element <div class="displayer-action-list"> obscures it
Build info: version: '4.48.0', revision: '27f5213 27f5213055e28398a5105b7892b7a3bb2012a6ef'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.12.95+deb13-amd64', java.version: '17.0.20.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [98266904-e384-45e7-8df2-a19b623058af, clickElement {id=78a33245-3774-4d64-80eb-337524f77835}]
Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 155.0.1, container:hostname: 33a3b079f29a, moz:accessibilityChecks: false, moz:buildID: 20260903215306, moz:firefoxOptions: {prefs: {dom.disable_beforeunload: false, remote.active-protocols: 1, remote.events.async.enabled: false}}, moz:geckodriverVersion: 0.37.1, moz:headless: false, moz:platformVersion: 6.12.95+deb13-amd64, moz:processID: 183, moz:profile: /tmp/rust_mozprofilemAVJ8A, moz:shutdownTimeout: 60000, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdpEnabled: false, se:containerName: 33a3b079f29a, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:gridWebSocketUrl: ws://127.0.0.1:43503/sessio..., se:noVncPort: 7900, se:vnc: ws://172.17.0.1:39773/sessi..., se:vncEnabled: true, se:vncLocalAddress: ws://172.17.0.5:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: {beforeUnload: ignore, default: ignore}, userAgent: Mozilla/5.0 (X11; Linux x86..., webSocketUrl: ws://172.17.0.1:39773/sessi...}
Element: [[RemoteWebDriver: firefox on linux (98266904-e384-45e7-8df2-a19b623058af)] -> css selector: .selectize-dropdown.active .xwiki-selectize-option]
Session ID: 98266904-e384-45e7-8df2-a19b623058af
at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:169)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:143)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:196)
at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:653)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:225)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:79)
at org.xwiki.test.ui.po.SuggestInputElement$SuggestionElement.select(SuggestInputElement.java:119)
at org.xwiki.livedata.test.ui.LiveDataIT.livedataLivetableTableLayout(LiveDataIT.java:323)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.Optional.ifPresent(Optional.java:178)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)