-
Notifications
You must be signed in to change notification settings - Fork 14k
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 native filter part2 #17283
test: add native filter part2 #17283
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17283 +/- ##
==========================================
+ Coverage 77.02% 77.07% +0.05%
==========================================
Files 1037 1037
Lines 55629 55644 +15
Branches 7594 7603 +9
==========================================
+ Hits 42849 42889 +40
+ Misses 12530 12505 -25
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
superset-frontend/cypress-base/cypress/integration/dashboard/nativeFilters.test.ts
Outdated
Show resolved
Hide resolved
* add native filter part2 * fix lint * remove unused code * fix lint after modified
SUMMARY
Add Native filter E2E test part2:
1, User can delete a native filter
2,User can cancel changes in native filter
3,User can cancel creating a new filter
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION