-
Notifications
You must be signed in to change notification settings - Fork 580
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
Add new method to dialogs snap #3173
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3173 +/- ##
=======================================
Coverage 94.93% 94.93%
=======================================
Files 507 507
Lines 11184 11184
Branches 1722 1722
=======================================
Hits 10618 10618
Misses 566 566 ☔ View full report in Codecov by Sentry. |
packages/examples/packages/dialogs/src/components/require-scroll-content.tsx
Outdated
Show resolved
Hide resolved
packages/examples/packages/dialogs/src/components/require-scroll-content.tsx
Outdated
Show resolved
Hide resolved
<Button name="reject">Reject</Button> | ||
<Button name="accept">Yes</Button> |
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.
Do these buttons actually close the dialog?
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.
Nope, you want me to hook them up?
Added a method to show require scroll content to allow for e2e testing of the new
requireScroll
footer prop.