Skip to content
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

Merged
merged 19 commits into from
Nov 16, 2023

Conversation

jdinh8124
Copy link
Collaborator

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

Copy link
Collaborator

@benjaminpaige benjaminpaige left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it!!!

Comment on lines +52 to +56
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");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoa we have tests? 🤯

Copy link
Collaborator Author

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!

@jdinh8124 jdinh8124 merged commit 6bfc09d into webforms Nov 16, 2023
13 checks passed
Copy link
Contributor

🎉 This PR is included in version 1.5.0-val.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants