-
Notifications
You must be signed in to change notification settings - Fork 3
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(opensearch filters): Adjust opensearch filters for better UX #194
Conversation
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.
Love it!!!
test("title is rendered as an h2 and styled", () => { | ||
renderOptionCard(false); | ||
const header = screen.getByRole("heading", { level: 3 }); | ||
const header = screen.getByRole("heading", { level: 2 }); | ||
expect(header).toHaveTextContent("Test Card Title"); | ||
expect(header).toHaveClass("text-lg text-sky-600 font-bold my-2"); | ||
expect(header).toHaveClass("text-lg text-sky-700 font-bold my-2"); |
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.
whoa we have tests? 🤯
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.
Looks like Kevin wrote these!
🎉 This PR is included in version 1.5.0-val.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Purpose
Adjust mako open search filter issues found by Padma
Linked Issues to Close
https://qmacbis.atlassian.net/browse/OY2-25433
Assorted Notes/Considerations/Learning
This will be needed to be tested by Padma. Whether that is before or after a merge into Webforms branch is still up for discussion