This issue has been created
There are 4 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-d96f5450-a469-44f9-ab95-fc42db065801 XWIKI-22918 Open

RealtimeWYSIWYGEditorIT#reloadEditorsSilentMergeConflictManualSave is flickering

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-cbe7ebc8-79f2-40e1-8200-8e4256d39fa5 Thomas Mortagne created this issue on 24/Feb/25 11:10
 
Summary: RealtimeWYSIWYGEditorIT#reloadEditorsSilentMergeConflictManualSave is flickering
Issue Type: cid:jira-generated-image-avatar-d96f5450-a469-44f9-ab95-fc42db065801 Bug
Affects Versions: 17.1.0-rc-1
Assignee: Unassigned
Components: Development Issues only
Created: 24/Feb/25 11:10
Priority: cid:jira-generated-image-static-major-a080e3ab-ed2c-4b2b-99b5-9d1381f79563 Major
Reporter: Thomas Mortagne
Description:

Error Message

Expected condition failed: waiting for org.xwiki.test.ui.XWikiWebDriver$$Lambda$1711/0x00007f59ecc33a58@214dd9aa (tried for 10 second(s) with 500 milliseconds interval)
Build info: version: '4.28.1', revision: '73f5ad48a2'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.1.0-21-cloud-amd64', java.version: '17.0.14'
Driver info: org.xwiki.test.ui.XWikiWebDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 132.0.6834.159, chrome: {chromedriverVersion: 132.0.6834.159 (2d77d3fc445..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:32943}, goog:loggingPrefs: {browser: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://172.18.0.4:4444/sessio..., se:cdpVersion: 132.0.6834.159, se:containerName: 8f84c4aea275, se:gridWebSocketUrl: ws://localhost:22644/sessio..., se:noVncPort: 7900, se:vnc: ws://172.18.0.4:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.4:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webSocketUrl: ws://172.18.0.4:4444/sessio..., webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 22cead40662ec66b7d8c0e416aa9318b

Stacktrace

org.openqa.selenium.TimeoutException: 
Expected condition failed: waiting for org.xwiki.test.ui.XWikiWebDriver$$Lambda$1711/0x00007f59ecc33a58@214dd9aa (tried for 10 second(s) with 500 milliseconds interval)
Build info: version: '4.28.1', revision: '73f5ad48a2'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.1.0-21-cloud-amd64', java.version: '17.0.14'
Driver info: org.xwiki.test.ui.XWikiWebDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 132.0.6834.159, chrome: {chromedriverVersion: 132.0.6834.159 (2d77d3fc445..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:32943}, goog:loggingPrefs: {browser: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://172.18.0.4:4444/sessio..., se:cdpVersion: 132.0.6834.159, se:containerName: 8f84c4aea275, se:gridWebSocketUrl: ws://localhost:22644/sessio..., se:noVncPort: 7900, se:vnc: ws://172.18.0.4:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.4:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webSocketUrl: ws://172.18.0.4:4444/sessio..., webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 22cead40662ec66b7d8c0e416aa9318b
	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.test.ui.po.BaseElement.waitForNotificationMessage(BaseElement.java:110)
	at org.xwiki.test.ui.po.BaseElement.waitForNotificationSuccessMessage(BaseElement.java:88)
	at org.xwiki.test.ui.po.editor.EditPage.clickSaveAndContinue(EditPage.java:172)
	at org.xwiki.test.ui.po.editor.EditPage.clickSaveAndContinue(EditPage.java:157)
	at org.xwiki.realtime.wysiwyg.test.ui.RealtimeWYSIWYGEditorIT.reloadEditorsSilentMergeConflictManualSave(RealtimeWYSIWYGEditorIT.java:928)
	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)
 
 

4 updates

 
cid:jira-generated-image-avatar-cbe7ebc8-79f2-40e1-8200-8e4256d39fa5 Changes by Thomas Mortagne on 24/Feb/25 11:10
 
Description: !screenshot.png|thumbnail!

Error Message

{noformat}
Expected condition failed: waiting for org.xwiki.test.ui.XWikiWebDriver$$Lambda$1711/0x00007f59ecc33a58@214dd9aa (tried for 10 second(s) with 500 milliseconds interval)
Build info: version: '4.28.1', revision: '73f5ad48a2'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.1.0-21-cloud-amd64', java.version: '17.0.14'
Driver info: org.xwiki.test.ui.XWikiWebDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 132.0.6834.159, chrome: {chromedriverVersion: 132.0.6834.159 (2d77d3fc445..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:32943}, goog:loggingPrefs: {browser: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://172.18.0.4:4444/sessio..., se:cdpVersion: 132.0.6834.159, se:containerName: 8f84c4aea275, se:gridWebSocketUrl: ws://localhost:22644/sessio..., se:noVncPort: 7900, se:vnc: ws://172.18.0.4:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.4:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webSocketUrl: ws://172.18.0.4:4444/sessio..., webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 22cead40662ec66b7d8c0e416aa9318b
{noformat}

Stacktrace

{noformat}
org.openqa.selenium.TimeoutException:
Expected condition failed: waiting for org.xwiki.test.ui.XWikiWebDriver$$Lambda$1711/0x00007f59ecc33a58@214dd9aa (tried for 10 second(s) with 500 milliseconds interval)
Build info: version: '4.28.1', revision: '73f5ad48a2'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.1.0-21-cloud-amd64', java.version: '17.0.14'
Driver info: org.xwiki.test.ui.XWikiWebDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 132.0.6834.159, chrome: {chromedriverVersion: 132.0.6834.159 (2d77d3fc445..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:32943}, goog:loggingPrefs: {browser: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://172.18.0.4:4444/sessio..., se:cdpVersion: 132.0.6834.159, se:containerName: 8f84c4aea275, se:gridWebSocketUrl: ws://localhost:22644/sessio..., se:noVncPort: 7900, se:vnc: ws://172.18.0.4:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.4:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webSocketUrl: ws://172.18.0.4:4444/sessio..., webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 22cead40662ec66b7d8c0e416aa9318b
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.test.ui.po.BaseElement.waitForNotificationMessage(BaseElement.java:110)
at org.xwiki.test.ui.po.BaseElement.waitForNotificationSuccessMessage(BaseElement.java:88)
at org.xwiki.test.ui.po.editor.EditPage.clickSaveAndContinue(EditPage.java:172)
at org.xwiki.test.ui.po.editor.EditPage.clickSaveAndContinue(EditPage.java:157)
at org.xwiki.realtime.wysiwyg.test.ui.RealtimeWYSIWYGEditorIT.reloadEditorsSilentMergeConflictManualSave(RealtimeWYSIWYGEditorIT.java:928)
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)
{noformat}
Flickering Test: org.xwiki.realtime.wysiwyg.test.ui.AllIT$NestedRealtimeWYSIWYGEditorIT#reloadEditorsSilentMergeConflictManualSave
Attachment: screenshot.png
Labels: flickering