This issue has been created
There are 5 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-b9ba0d45-5e28-4ebe-9a71-256c683bacb8 XWIKI-23296 Open

LightboxIT.navigateThroughImages is flickering

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-adcd3af7-0d1f-4cc2-89aa-d59e369dfa43 Manuel Leduc created this issue on 13/Jun/25 10:08
 
Summary: LightboxIT.navigateThroughImages is flickering
Issue Type: cid:jira-generated-image-avatar-b9ba0d45-5e28-4ebe-9a71-256c683bacb8 Task
Affects Versions: 16.10.8, 17.4.0
Assignee: Unassigned
Attachments: image-2025-06-13-10-08-19-173.png
Components: Development Issues only
Created: 13/Jun/25 10:08
Priority: cid:jira-generated-image-static-major-cbc99ce1-abae-46c4-bae4-65162f3dbe82 Major
Reporter: Manuel Leduc
Description:

Screenshot

_thumb_43743.png

Error Message

Expected condition failed: waiting for org.xwiki.test.ui.XWikiWebDriver$$Lambda$1795/0x00007f86ecc1eda0@60f81861 (tried for 10 second(s) with 500 milliseconds interval)
Build info: version: '4.33.0', revision: '2c6aaad03a'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.1.0-33-cloud-amd64', java.version: '17.0.15'
Driver info: org.xwiki.test.ui.XWikiWebDriver
Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 139.0.1, container:hostname: a7bb0bdc4d42, moz:accessibilityChecks: false, moz:buildID: 20250529122813, moz:firefoxOptions: {prefs: {dom.disable_beforeunload: false, remote.active-protocols: 1, remote.events.async.enabled: false}}, moz:geckodriverVersion: 0.36.0, moz:headless: false, moz:platformVersion: 6.1.0-33-cloud-amd64, moz:processID: 161, moz:profile: /tmp/rust_mozprofileYqSAfh, moz:shutdownTimeout: 60000, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdpEnabled: false, se:containerName: a7bb0bdc4d42, se:gridWebSocketUrl: ws://127.0.0.1:16766/sessio..., se:noVncPort: 7900, se:vnc: ws://172.17.0.5:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.17.0.5:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, userAgent: Mozilla/5.0 (X11; Linux x86..., webSocketUrl: ws://172.17.0.5:4444/sessio...}
Session ID: 3134a6a3-4299-4c42-a017-e45ab92d164b

Stacktrace

org.openqa.selenium.TimeoutException: 
Expected condition failed: waiting for org.xwiki.test.ui.XWikiWebDriver$$Lambda$1795/0x00007f86ecc1eda0@60f81861 (tried for 10 second(s) with 500 milliseconds interval)
Build info: version: '4.33.0', revision: '2c6aaad03a'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.1.0-33-cloud-amd64', java.version: '17.0.15'
Driver info: org.xwiki.test.ui.XWikiWebDriver
Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 139.0.1, container:hostname: a7bb0bdc4d42, moz:accessibilityChecks: false, moz:buildID: 20250529122813, moz:firefoxOptions: {prefs: {dom.disable_beforeunload: false, remote.active-protocols: 1, remote.events.async.enabled: false}}, moz:geckodriverVersion: 0.36.0, moz:headless: false, moz:platformVersion: 6.1.0-33-cloud-amd64, moz:processID: 161, moz:profile: /tmp/rust_mozprofileYqSAfh, moz:shutdownTimeout: 60000, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdpEnabled: false, se:containerName: a7bb0bdc4d42, se:gridWebSocketUrl: ws://127.0.0.1:16766/sessio..., se:noVncPort: 7900, se:vnc: ws://172.17.0.5:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.17.0.5:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, userAgent: Mozilla/5.0 (X11; Linux x86..., webSocketUrl: ws://172.17.0.5:4444/sessio...}
Session ID: 3134a6a3-4299-4c42-a017-e45ab92d164b
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:84)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:228)
	at org.xwiki.test.ui.XWikiWebDriver.waitUntilCondition(XWikiWebDriver.java:228)
	at org.xwiki.test.ui.XWikiWebDriver.waitUntilElementsAreVisible(XWikiWebDriver.java:330)
	at org.xwiki.test.ui.XWikiWebDriver.waitUntilElementIsVisible(XWikiWebDriver.java:285)
	at org.xwiki.test.ui.XWikiWebDriver.waitUntilElementIsVisible(XWikiWebDriver.java:273)
	at org.xwiki.image.lightbox.test.po.ImagePopover.waitUntilReady(ImagePopover.java:77)
	at org.xwiki.image.lightbox.test.po.LightboxPage.openLightboxAtImage(LightboxPage.java:79)
	at org.xwiki.image.lightbox.test.ui.LightboxIT.navigateThroughImages(LightboxIT.java:247)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	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)
 
 

5 updates

 
cid:jira-generated-image-avatar-adcd3af7-0d1f-4cc2-89aa-d59e369dfa43 Changes by Manuel Leduc on 13/Jun/25 10:09
 
Fix Version: 17.4.1
Fix Version: 16.10.9
Fix Version: 17.5.0-rc-1
Flickering Test: org.xwiki.image.lightbox.test.ui.AllIT$NestedLightboxIT#navigateThroughImages(TestUtils, TestReference, TestConfiguration)
Assignee: Manuel Leduc