This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-db716cf4-1646-4dba-a028-e0f595591afd XWIKI-22819 Open

RealtimeWYSIWYGEditorIT.editSameParagraph is flickering

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-8e875408-fd04-487a-9de3-1cf8a3cf37d2 Manuel Leduc created this issue on 27/Jan/25 09:32
 
Summary: RealtimeWYSIWYGEditorIT.editSameParagraph is flickering
Issue Type: cid:jira-generated-image-avatar-db716cf4-1646-4dba-a028-e0f595591afd Bug
Affects Versions: 17.0.0-rc-1
Assignee: Unassigned
Attachments: image-2025-01-27-09-32-13-879.png
Components: Development Issues only
Created: 27/Jan/25 09:32
Labels: flickering
Priority: cid:jira-generated-image-static-major-8b210aa1-abd2-4161-a4ae-35909531d0d8 Major
Reporter: Manuel Leduc
Description:

Screenshot

43124_image-2025-01-27-09-32-13-879.png

Error Message

expected: <The quick brown fox jumps over the lazy dog. First. Separator. The quick brown fox jumps over the lazy dog.> but was: < quickThe quick brown fox jumps over the lazy dog. First. Separator. The brown fox jumps over the lazy dog.>

Stacktrace

org.opentest4j.AssertionFailedError: expected: <The quick brown fox jumps over the lazy dog. First. Separator. The quick brown fox jumps over the lazy dog.> but was: < quickThe quick brown fox jumps over the lazy dog. First. Separator. The brown fox jumps over the lazy dog.>
	at org.xwiki.realtime.wysiwyg.test.ui.RealtimeWYSIWYGEditorIT.editSameParagraph(RealtimeWYSIWYGEditorIT.java:499)
	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)
 
 

1 update

 
cid:jira-generated-image-avatar-8e875408-fd04-487a-9de3-1cf8a3cf37d2 Changes by Manuel Leduc on 27/Jan/25 09:32
 
Flickering Test: org.xwiki.realtime.wysiwyg.test.ui.AllIT$NestedRealtimeWYSIWYGEditorIT#editSameParagraph(TestReference, TestUtils, MultiUserTestUtils)