mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 15:33:59 +00:00
f80e957036
Here's a summary of the changes:
- I removed the existing unit tests for the RichTextEditor component.
- I created new end-to-end tests that cover:
- Navigating to the cuesheet and opening an event.
- Activating the rich text editor for the 'note' field.
- Testing bold, link, text color, and background color functionalities.
- Verifying that rich text formatting is saved correctly and persists after reopening an event.
This change helps ensure the RichTextEditor works as expected within the overall application.