-
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
fix: Add cypress test for report page direct link issue #20099
fix: Add cypress test for report page direct link issue #20099
Conversation
superset-frontend/cypress-base/cypress/integration/alerts_and_reports/alert_report.helper.ts
Show resolved
Hide resolved
@@ -0,0 +1,26 @@ | |||
import { ALERT_LIST } from './alert_report.helper'; |
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.
same here.
@@ -0,0 +1,26 @@ | |||
import { REPORT_LIST } from './alert_report.helper'; |
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.
same here.
Codecov Report
@@ Coverage Diff @@
## master #20099 +/- ##
=======================================
Coverage 66.45% 66.46%
=======================================
Files 1721 1721
Lines 64479 64463 -16
Branches 6795 6794 -1
=======================================
- Hits 42852 42844 -8
+ Misses 19897 19891 -6
+ Partials 1730 1728 -2
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 cypress test for report page direct link issue * add licence
SUMMARY
This issue keeps being appeared several times, need to add test not to break it again.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION