-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fix part of #6732: Migrate RTCs to webpack #6882
Conversation
@kevinlee12 Can you QA this for me? |
Sure! |
Here's the test update (as a git patch). It's a looser test than that we have originally (we're checking if the file is there, but not the path), but let me know if we want to tighten it. 0001-Change-test_html_contains_all_imports-so-that-it-loo.patch.zip |
Functionality-wise, this PR looks good! |
Hm @vojtechjelinek the backend tests are failing? |
@seanlip, it's because the expectations are different now, that's why I made that patch to change the test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah ok. LGTM otherwise :)
@seanlip After the test is fixed can we merge this without the code owners? it is kind of priority for the Angular migration. |
Yes if you're confident on the QA/manual-testing front. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm from functionality!
@vojtechjelinek just to confirm -- should I merge this? Let me know once you're ready (and the tests pass). |
@seanlip Yes, please. |
OK, merging, thanks! |
Explanation
Fixes part of #6732: Use webpack for importing Rich Text Components used in CKEditor.
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.