-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flaky 'useMultiRootEditor' slow editor test #542
Comments
f1ames
added
squad:collaboration
Issue to be handled by the Collaboration team.
type:bug
labels
Oct 11, 2024
Ok, some initial observations. I'll put my console dump first (you can skip it first and go to conclusions first) which might not be really readable but still (and at least useful for me) and then refer to it. You can find a diff of the above here - https://www.diffchecker.com/H91iddhW/. See dumpsSuccessful run
Failing run
Some conclusions
|
f1ames
removed
the
squad:collaboration
Issue to be handled by the Collaboration team.
label
Oct 15, 2024
Yep, sorry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
should assign properly data property to editor even if it is still mounting
(see here) test fails randomly with:See on CI.
ckeditor5-react/tests/useMultiRootEditor.test.tsx
Line 903 in 8886ca3
It might be related to using timeouts:
ckeditor5-react/tests/useMultiRootEditor.test.tsx
Lines 938 to 955 in 8886ca3
What's worth mentioning is that it seems it got more unstable after #534 PR got merged.
The text was updated successfully, but these errors were encountered: