This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-0a90b926-7cbb-4150-b0a8-977c271da35d XWIKI-23966 Open

RealtimeWYSIWYGEditorIT#restoreUnsavedChanges is flickering

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-563eb240-c73f-458a-a803-9f65962882b9 Simon Urli created this issue on 02/Feb/26 09:17
 
Summary: RealtimeWYSIWYGEditorIT#restoreUnsavedChanges is flickering
Issue Type: cid:jira-generated-image-avatar-0a90b926-7cbb-4150-b0a8-977c271da35d Bug
Affects Versions: 17.10.2
Assignee: Unassigned
Attachments: image-2026-02-02-09-16-45-272.png
Components: Development Issues only
Created: 02/Feb/26 09:17
Labels: flickering
Priority: cid:jira-generated-image-static-major-1b2db295-f29b-47a9-921c-2465f638f40b Major
Reporter: Simon Urli
Description:

RealtimeWYSIWYGEditorIT#restoreUnsavedChanges is flickering with:

org.openqa.selenium.TimeoutException: 
Expected condition failed: waiting for org.xwiki.test.ui.XWikiWebDriver$$Lambda$1877/0x00007efc74ca26e8@77e4edcb
(tried for 10 seconds with 500 milliseconds interval)
Build info: version: '4.40.0', revision: 'b3333f1'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.1.0-37-cloud-amd64', java.version: '17.0.18'
Driver info: org.xwiki.test.ui.XWikiWebDriver
Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 147.0.1, container:hostname: 94f7a38c51ca, moz:accessibilityChecks: false, moz:buildID: 20260116091309, 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-37-cloud-amd64, moz:processID: 171, moz:profile: /tmp/rust_mozprofilelFpOIp, moz:shutdownTimeout: 60000, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdpEnabled: false, se:containerName: 94f7a38c51ca, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:gridWebSocketUrl: ws://127.0.0.1:33713/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: ac68ee06-5ca5-4ef4-8b1c-f555207a4add
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:84)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
	at org.xwiki.test.ui.XWikiWebDriver.waitUntilCondition(XWikiWebDriver.java:229)
	at org.xwiki.test.ui.XWikiWebDriver.waitUntilElementsAreVisible(XWikiWebDriver.java:331)
	at org.xwiki.test.ui.XWikiWebDriver.waitUntilElementIsVisible(XWikiWebDriver.java:286)
	at org.xwiki.test.ui.XWikiWebDriver.waitUntilElementIsVisible(XWikiWebDriver.java:274)
	at org.xwiki.ckeditor.test.po.RichTextAreaElement.waitForOwnNotificationMessage(RichTextAreaElement.java:631)
	at org.xwiki.ckeditor.test.po.RichTextAreaElement.waitForOwnNotificationWarningMessage(RichTextAreaElement.java:612)
	at org.xwiki.realtime.wysiwyg.test.ui.RealtimeWYSIWYGEditorIT.restoreUnsavedChanges(RealtimeWYSIWYGEditorIT.java:2173)
	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)

_thumb_44553.png

 
 

1 update

 
cid:jira-generated-image-avatar-563eb240-c73f-458a-a803-9f65962882b9 Changes by Simon Urli on 02/Feb/26 09:18
 
Flickering Test: org.xwiki.realtime.wysiwyg.test.ui.AllIT$NestedRealtimeWYSIWYGEditorIT#restoreUnsavedChanges(TestUtils, TestReference, MultiUserTestUtils)