-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
chore: Add Embed Modal extension override and tests #26759
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #26759 +/- ##
==========================================
+ Coverage 69.48% 69.53% +0.05%
==========================================
Files 1894 1894
Lines 74138 74655 +517
Branches 8243 8359 +116
==========================================
+ Hits 51514 51913 +399
- Misses 20555 20648 +93
- Partials 2069 2094 +25
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Lovely!
superset-frontend/src/dashboard/components/EmbeddedModal/EmbeddedModal.test.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/src/dashboard/components/EmbeddedModal/EmbeddedModal.test.tsx
Show resolved
Hide resolved
superset-frontend/src/dashboard/components/EmbeddedModal/EmbeddedModal.test.tsx
Show resolved
Hide resolved
Thanks for the PR and added tests @geido! I left some non-blocking comments that I think may help with readability and standardization. |
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.
LGTM
SUMMARY
Adds an extension to override the whole Embed Modal.
Adds missing unit tests and moves the component to its own dir.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N.A.
TESTING INSTRUCTIONS
CI should pass
ADDITIONAL INFORMATION