-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
test: Add tests for Dashboard Header and HeaderActionsDropdown components #13973
Conversation
...rontend/src/dashboard/components/Header/HeaderActionsDropdown/HeaderActionsDropdown.test.tsx
Outdated
Show resolved
Hide resolved
...rontend/src/dashboard/components/Header/HeaderActionsDropdown/HeaderActionsDropdown.test.tsx
Show resolved
Hide resolved
...rontend/src/dashboard/components/Header/HeaderActionsDropdown/HeaderActionsDropdown.test.tsx
Show resolved
Hide resolved
superset-frontend/src/dashboard/components/Header/Header.test.tsx
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #13973 +/- ##
==========================================
+ Coverage 79.78% 79.83% +0.05%
==========================================
Files 943 943
Lines 47748 47748
Branches 6026 6016 -10
==========================================
+ Hits 38094 38121 +27
+ Misses 9533 9508 -25
+ Partials 121 119 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
Unit tests aren't passing, and needs a little rebase, but this is looking SUPER close to golden! |
@rusackas Ephemeral environment spinning up at http://34.217.14.169:8080. Credentials are |
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!
Ephemeral environment shutdown and build artifacts deleted. |
…ents (apache#13973) * Add tests for HeaderActionsDropdown - WIP * Fix trigger node * Add types * Clean up * Add tests for Header * Delete obsolete tests * Add factory and clean up * Add opposite case * Fix file name * Include latest changes
SUMMARY
Adds and enhances the test cases for the Dashboard Header and HeaderActionsDropdown components.
TEST PLAN
All tests should pass