-
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
[Discover] Unskip shared links test #168923
[Discover] Unskip shared links test #168923
Conversation
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
}); | ||
await PageObjects.timePicker.setDefaultAbsoluteRangeViaUiSettings(); |
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.
setting this time range by UISettings is always a bit faster than doing it via UI
|
||
// After hiding the time picker, we need to wait for | ||
// the refresh button to hide before clicking the share button | ||
await PageObjects.common.sleep(1000); |
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.
no more reason to sleep!
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: cc @kertal |
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, thanks for fixing!
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
Improves and unskips Discover's shared links tests, and makes them a few seconds faster on top Flaky test runner (100): https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3515
Friendly reminder: Looks like this PR hasn’t been backported yet. |
4 similar comments
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
2 similar comments
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
It's too late to backport to 8.11 now. I am adding |
@jughosta thx ! |
Summary
This PR improves and unskips Discover's shared links tests, and makes them a few seconds faster on top
Flaky test runner (100): https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3515
Resolves #167405
Checklist