-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Create Checklist and RadioItems labels with titles #3068
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: dev
Are you sure you want to change the base?
Create Checklist and RadioItems labels with titles #3068
Conversation
5b5a6ca
to
d5a97fb
Compare
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 good, just a few non blocking comments on the test refactor and missing a changelog entry.
...omponents/tests/integration/dropdown/test_dropdown_radioitems_checklist_option_title_prop.py
Outdated
Show resolved
Hide resolved
...omponents/tests/integration/dropdown/test_dropdown_radioitems_checklist_option_title_prop.py
Outdated
Show resolved
Hide resolved
...omponents/tests/integration/dropdown/test_dropdown_radioitems_checklist_option_title_prop.py
Outdated
Show resolved
Hide resolved
46e2d0c
to
14c8a23
Compare
I've addressed all your comments and pushed the changes. Can you please re-review? Thank you |
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 good 🎉
The failing test is unrelated, I'll fix it.
b6a725a
to
ff244d3
Compare
@T4rk1n I've tried re-triggering the failed tests but it seems like there's some instability with them, which as far as I can tell isn't related to my code changes. Can you please have a look? Thank you |
We're just hitting some bad luck with the flaky tests, no worry I'll make them pass and merge it. |
This PR fixes #1847 and adds a title to the Checklist and RadioItems options
Contributor Checklist