Closed bszabo closed 4 months ago
Attention: Patch coverage is 93.81443%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 89.20%. Comparing base (
c84e322
) to head (ba8141e
).
Files | Patch % | Lines |
---|---|---|
...rc/editors/sharedComponents/TinyMceWidget/hooks.js | 90.90% | 5 Missing :warning: |
src/editors/containers/ProblemEditor/index.jsx | 50.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Reverts openedx/frontend-lib-content-components#484
Is causing failures with course updates per CR, as identified by Kristin Aoki, the author of the original PR:
The Course Authoring page is loading an Unexpected Application Error! when licking into the edit button on the welcome page.
This has happened on both Firefox and Google Chrome.
It is supposed to be opening the page for text input.
Steps to reproduce:
Using Chrome, Open into Studio and find the course
Course link: https://studio.edx.org/course/course-v1:RaspberryPiFoundation+RPFAITeachers+2T2024
Click into the “5/9 completed” checklist link:
Click into the Update button next to “Add a welcome message”
Click into “+ Add first update”
Results: Unexpected Application Error! (screenshot attached)