-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
refactor(frontend): migrate 6 Enzyme-based tests to RTL, part 2 #30281
refactor(frontend): migrate 6 Enzyme-based tests to RTL, part 2 #30281
Conversation
Signed-off-by: hainenber <[email protected]>
…ableRenderer.test.tsx to RTL Signed-off-by: hainenber <[email protected]>
…sed AdhocFilterEditPopoverSimpleTabContent.test.tsx to RTL Signed-off-by: hainenber <[email protected]>
withAsyncVerification
and associated test…Element.test.tsx to RTL Signed-off-by: hainenber <[email protected]>
…trol.test.jsx to RTL Signed-off-by: hainenber <[email protected]>
… to RTL Signed-off-by: hainenber <[email protected]>
…me-based DatasourceControl.test.jsx to RTL Signed-off-by: hainenber <[email protected]>
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.
withAsyncVerification is being used as a custom override logic. Please exclude it from deletion
This reverts commit 996a671.
Got it. I've reverted its deletion. |
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!
@justinpark , mind lifting the hold around your requested changes? |
hello fellas, anything I can do to have this merged? I'm about to have part 3 now :D |
Pinging @justinpark on Slack... hopefully we can get this through :D |
…he#30281) Signed-off-by: hainenber <[email protected]>
refactor(frontend): migrate 6 Enzyme-based tests to RTL, part 2
SUMMARY
Remove an unused function and associated tests found when conducting Enzyme-to-RTL migration.
Also migrated a few Enzyme tests to RTL.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TESTING INSTRUCTIONS
GH checks with flying colors! :D
ADDITIONAL INFORMATION