Skip to content
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

Conversation

codemaster08240328
Copy link
Contributor

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

  • Has associated issue: fix: Direct Linking issue on report list: 404 status code. #20033
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@@ -0,0 +1,26 @@
import { ALERT_LIST } from './alert_report.helper';
Copy link
Member

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';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here.

@codemaster08240328 codemaster08240328 changed the title Add cypress test for report page direct link issue fix: Add cypress test for report page direct link issue May 17, 2022
@codecov
Copy link

codecov bot commented May 17, 2022

Codecov Report

Merging #20099 (a5f8033) into master (4126c36) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           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     
Flag Coverage Δ
javascript 51.35% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...rset-frontend/src/explore/exploreUtils/formData.ts 85.71% <0.00%> (-3.18%) ⬇️
.../explore/components/ExploreViewContainer/index.jsx 52.57% <0.00%> (+0.46%) ⬆️
...-frontend/src/components/AlteredSliceTag/index.jsx 88.57% <0.00%> (+1.33%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4126c36...a5f8033. Read the comment docs.

Copy link
Member

@stephenLYZ stephenLYZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@rusackas rusackas merged commit 6244728 into apache:master May 17, 2022
philipher29 pushed a commit to ValtechMobility/superset that referenced this pull request Jun 9, 2022
* add cypress test for report page direct link issue

* add licence
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 2.0.0 labels Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels Preset-Patch size/L 🚢 2.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants