-
Notifications
You must be signed in to change notification settings - Fork 16
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 classnames and update json instructions file for outlier tables #3000
fix: add classnames and update json instructions file for outlier tables #3000
Conversation
🚀 Deployed on https://pr-3000--dhis2-data-visualizer.netlify.app |
2 failed tests on run #2737 ↗︎
Details:
cypress/integration/dimensions/data.cy.js • 1 failed test • e2e-chrome-parallel-2.40
cypress/integration/dimensions/data.cy.js • 1 failed test • e2e-chrome-parallel-2.41
Review all test suite changes for PR #3000 ↗︎ |
public/push-analytics.json
Outdated
"dashboardItemProperty": "visualization.type", | ||
"value": "OUTLIER_TABLE", | ||
"strategy": "interceptResponse", | ||
"urlGlob": "**/analytics/outlierDetection?displayProperty=NAME&**" |
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.
This argument might have a different value depending on some settings.
In that case this won't match, perhaps remove the value or the entire query string?
…of github.com:dhis2/data-visualizer-app into fix/add-outlier-table-instructions-for-push-analytics
## [100.5.2](v100.5.1...v100.5.2) (2024-03-21) ### Bug Fixes * add classnames and update json instructions file for outlier tables ([#3000](#3000)) ([bd95afe](bd95afe))
🎉 This PR is included in version 100.5.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Implements DHIS2-17007
Requires dhis2/push-analytics#13
Key features
Description