This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-c35d1d8e-b6c5-4933-b5f0-9efe60c0d265 XWIKI-22341 Open

RealtimeWYSIWYGEditorIT.reloadEditorsMergeConflictManualSave is failing on chrome

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-c5d0a92d-78e2-413f-b510-1a8c7ba1d17c Simon Urli created this issue on 22/Jul/24 10:18
 
Summary: RealtimeWYSIWYGEditorIT.reloadEditorsMergeConflictManualSave is failing on chrome
Issue Type: cid:jira-generated-image-avatar-c35d1d8e-b6c5-4933-b5f0-9efe60c0d265 Bug
Affects Versions: 16.6.0-rc-1
Assignee: Unassigned
Attachments: image-2024-07-22-10-18-25-692.png
Components: Development Issues only
Created: 22/Jul/24 10:18
Priority: cid:jira-generated-image-static-blocker-df0c518e-f138-4ed0-88c6-1ba3f4ef4ba1 Blocker
Reporter: Simon Urli
Description:

RealtimeWYSIWYGEditorIT.reloadEditorsMergeConflictManualSave is failing when executed with configuration MySQL 9.0, Tomcat 9-jdk21, Chrome with following stack trace:

org.opentest4j.AssertionFailedError: expected: <50> but was: <73>
	at org.xwiki.realtime.wysiwyg.test.ui.RealtimeWYSIWYGEditorIT.lambda$reloadEditorsMergeConflictManualSave$1(RealtimeWYSIWYGEditorIT.java:824)
	at org.xwiki.ckeditor.test.po.RichTextAreaElement.lambda$verifyContent$6(RichTextAreaElement.java:352)
	at org.xwiki.ckeditor.test.po.RichTextAreaElement.getFromEditedContent(RichTextAreaElement.java:332)
	at org.xwiki.ckeditor.test.po.RichTextAreaElement.verifyContent(RichTextAreaElement.java:351)
	at org.xwiki.realtime.wysiwyg.test.ui.RealtimeWYSIWYGEditorIT.reloadEditorsMergeConflictManualSave(RealtimeWYSIWYGEditorIT.java:819)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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)

It's not a flicker as it's reproducing each time, but it seems to be only a test issue. When switching the config to use firefox, it seems to be passing.

 
 

1 update

 
cid:jira-generated-image-avatar-c5d0a92d-78e2-413f-b510-1a8c7ba1d17c Changes by Simon Urli on 22/Jul/24 10:18
 
Assignee: Marius Dumitru Florea