-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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: added some sanity test for native filter #17231
test: added some sanity test for native filter #17231
Conversation
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.
Hey @jinghua-qa awesome work that you are doing here! I added some code suggestions for you to review
superset-frontend/cypress-base/cypress/integration/dashboard/nativeFilters.test.ts
Outdated
Show resolved
Hide resolved
superset-frontend/cypress-base/cypress/integration/dashboard/nativeFilters.test.ts
Outdated
Show resolved
Hide resolved
superset-frontend/cypress-base/cypress/integration/dashboard/nativeFilters.test.ts
Outdated
Show resolved
Hide resolved
superset-frontend/cypress-base/cypress/integration/dashboard/nativeFilters.test.ts
Outdated
Show resolved
Hide resolved
398c90a
to
00b9147
Compare
Codecov Report
@@ Coverage Diff @@
## master #17231 +/- ##
=======================================
Coverage 77.03% 77.03%
=======================================
Files 1037 1037
Lines 55626 55626
Branches 7594 7594
=======================================
Hits 42849 42849
Misses 12527 12527
Partials 250 250
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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
* add sanity native filter cypress e2e test * add liscense * fix front-end lint * fix fail * remove unuse import
SUMMARY
I added 3 native filter tests for native filter sanity test. Those test are developed by Preset QA group.
1, User can expand / retract native filter sidebar on a dashboard
2,User can enter filter edit pop-up by clicking on pencil icon
3,User can add a new native filter
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION