This pull request includes changes to improve the styling of a component and add a new regression test for editing prompts. The most important changes include updating the class name for a component to ensure full width and adding a comprehensive test to verify the functionality of editing prompts.
This pull request includes changes to improve the styling of a component and add a new regression test for editing prompts. The most important changes include updating the class name for a component to ensure full width and adding a comprehensive test to verify the functionality of editing prompts.
Styling improvements:
src/frontend/src/components/common/sanitizedHTMLWrapper/index.tsx
: Updated the class name to includew-full
to ensure the component takes the full width.Testing enhancements:
src/frontend/tests/core/regression/generalBugs-prompt.spec.ts
: Added a new regression test to verify that a user can edit an empty prompt, including checks for various UI elements and interactions.