Skip to content
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

Add missing editor.destroy calls to tests #17136

Merged
merged 16 commits into from
Sep 24, 2024

Conversation

Mati365
Copy link
Member

@Mati365 Mati365 commented Sep 23, 2024

Suggested merge commit message (convention)

Tests: Add missing editor.destroy calls to tests.
Tests: Add await to some editor.destroy calls.


Additional information

Make sure that new tests are not executed before destroying the previous instance of editor. It may improve stability of the tests.

I adjusted a few destroy methods to prevent crashes while unmounting an editor without attached editable. It should not affect production code logic.

https://github.com/ckeditor/ckeditor5/pull/17136/files#diff-08c4a50a4e3011f22016b07e32ee0247c3f16921b60f4f97325370ea52a83301R141-R144
https://github.com/ckeditor/ckeditor5/pull/17136/files#diff-3137b53b3f401a6509b1d23b4181c0a926b246478b0705f955beb96ad836bad3R102-R104
https://github.com/ckeditor/ckeditor5/pull/17136/files#diff-6b59c13c57494bcace212545dcf111d9228cdc75359ff47007819627bb4449bbR96-R98

@Mati365 Mati365 marked this pull request as ready for review September 23, 2024 10:43
@Mati365 Mati365 merged commit 02cb1ec into master Sep 24, 2024
9 checks passed
@Mati365 Mati365 deleted the ck/improve-ci/add-missing-destroy branch September 24, 2024 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants