-
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: DisplayQueryButton #13750
test: DisplayQueryButton #13750
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13750 +/- ##
==========================================
+ Coverage 77.45% 77.53% +0.07%
==========================================
Files 933 934 +1
Lines 47144 47249 +105
Branches 5848 5892 +44
==========================================
+ Hits 36516 36634 +118
+ Misses 10485 10471 -14
- Partials 143 144 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
superset-frontend/src/explore/components/DisplayQueryButton/DisplayQueryButton.test.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/src/explore/components/DisplayQueryButton/DisplayQueryButton.test.tsx
Show resolved
Hide resolved
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 apart from a small nit and what Michael has suggested
superset-frontend/src/explore/components/DisplayQueryButton/DisplayQueryButton.test.tsx
Show resolved
Hide resolved
superset-frontend/src/explore/components/DisplayQueryButton/DisplayQueryButton.test.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/src/explore/components/DisplayQueryButton/DisplayQueryButton.test.tsx
Outdated
Show resolved
Hide resolved
…splayQueryButton.test.tsx Co-authored-by: Michael S. Molina <[email protected]>
…splayQueryButton.test.tsx Co-authored-by: Michael S. Molina <[email protected]>
@rusackas can you look here please |
/testenv up |
@junlincc Ephemeral environment spinning up at http://52.36.47.201: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! Thank you!
Ephemeral environment shutdown and build artifacts deleted. |
* master: (26 commits) chore: bump to new superset-ui version (#13932) fix: do not run containers as root by default in Helm chart (#13917) feat(explore): adhoc column formatting for Table chart (#13758) fix(sqla-query): order by aggregations in Presto and Hive (#13739) feat(alert/report): add ALERTS_ATTACH_REPORTS feature flags + feature (#13894) test: Fixes PropertiesModal_spec (#13548) fix: Pin Prophet dependency after breaking changes (#13852) test: Adds tests to dnd controls (#13650) test: Adds tests to the AnnotationLayer component (#13748) test: Refactor and enhance tests for the Explore DatasourcePanel Component (#13799) Add tests (#13778) test: DisplayQueryButton (#13750) Fixing condition around left margin for dashboard layout. Fixes #13863 (#13905) Revert "fix: select table overlay (#13694)" (#13901) test: Adds tests to the OptionControls component (#13729) test: DatasourceControl (#13605) tests for function handleScroll (#13896) test: Adds tests to the CustomFrame component (#13675) test: Adds tests to the AdvancedFrame component (#13664) test: DataTableControl (#13668) ...
* Tests for DisplayQueryButton component * add factories to props and fetch-mock * Update superset-frontend/src/explore/components/DisplayQueryButton/DisplayQueryButton.test.tsx Co-authored-by: Michael S. Molina <[email protected]> * Update superset-frontend/src/explore/components/DisplayQueryButton/DisplayQueryButton.test.tsx Co-authored-by: Michael S. Molina <[email protected]> Co-authored-by: Michael S. Molina <[email protected]>
* Tests for DisplayQueryButton component * add factories to props and fetch-mock * Update superset-frontend/src/explore/components/DisplayQueryButton/DisplayQueryButton.test.tsx Co-authored-by: Michael S. Molina <[email protected]> * Update superset-frontend/src/explore/components/DisplayQueryButton/DisplayQueryButton.test.tsx Co-authored-by: Michael S. Molina <[email protected]> Co-authored-by: Michael S. Molina <[email protected]>
SUMMARY
Tests for DisplayQueryButton