Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
11.3
-
Unknown
-
-
org.xwiki.flamingo.test.ui.AllIT$NestedEditIT#editWithConflict|org.xwiki.flamingo.test.docker.AllIT$NestedEditIT#editWithConflict{TestUtils, TestReference}
Description
The test is flickering with the following stack:
org.opentest4j.AssertionFailedError: expected: <[@@ -1,1 +1,1 @@, -A <del>fir</del>s<del>t</del> edit from a tab., +A s<ins>econd</ins> edit from a<ins>nother</ins> tab.]> but was: <[@@ -1,1 +1,1 @@, -A <del>first</del> <del>ed</del>it <del>fro</del>m a tab., +A <ins>cn</ins> it m a<ins>nth</ins> tab.]> at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55) at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177) at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1124) at org.xwiki.flamingo.test.ui.EditIT.editWithConflict(EditIT.java:446)
It looks like from time to time the content is not properly sent. See screenshot and video.
The flicker does not seem related to a particular configuration, but I mostly seen it with Firefox, I cannot guarantee it happens with Chrome.
Attachments
Issue Links
- relates to
-
XWIKI-16406 EditIT#editWithConflict is flickering on mysql/tomcat/chrome on the CI
- Closed