-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Dashboard] Un-skip Show Underlying Data Tests #148409
[Dashboard] Un-skip Show Underlying Data Tests #148409
Conversation
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/kibana-presentation (Team:Presentation) |
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
code review
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.
Visualizations changes LGTM! (an unskipped test). Thanx Devon!
Fix tracking of refresh interval setting in dashboard state unskip show underlying data tests
Summary
Fixes #147625.
Flaky test runner
When the dashboard was
saved as
without creating a copy, the set state from save modal reducer erroneously set the time range and time restore to undefined, when they should have just been left as-is. This PR fixes that, and unskips the test that was failing because of it.This PR also introduces some changes to the refresh interval setting, which removes some slight flakiness from the
dashboard view edit mode
and solves some inconsistent behaviour. These changes include: