[Uptime] Fix flaky snapshot count test by adding timeout for required element#54839
[Uptime] Fix flaky snapshot count test by adding timeout for required element#54839justinkambic wants to merge 8 commits intoelastic:masterfrom
Conversation
|
Pinging @elastic/kibana-test-triage (failed-test) |
|
Pinging @elastic/uptime (Team:uptime) |
andrewvc
left a comment
There was a problem hiding this comment.
LGTM WFG. Let's run this a second time after it goes green just in case. No rush here.
|
@elasticmachine merge upstream |
|
user doesn't have permission to update head repository |
|
Looks like we got a failure from an unrelated test. |
|
@elasticmachine merge upstream |
|
user doesn't have permission to update head repository |
|
@elasticmachine merge upstream |
|
user doesn't have permission to update head repository |
048c04c to
fabf96d
Compare
|
@elasticmachine merge upstream |
|
user doesn't have permission to update head repository |
|
@elasticmachine merge upstream |
|
user doesn't have permission to update head repository |
|
@spalger is there a way I can get this PR to merge upstream so I don't have to manually merge master every time I want to re-run it? |
|
@elasticmachine merge upstream |
|
user doesn't have permission to update head repository |
fabf96d to
17367c1
Compare
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
|
#56065 fixed the test that this was aimed at solving. |
Summary
Fixes #54527.
This test was failing periodically because we were applying filters to our application state and expecting the data displayed to be present. At times this takes longer to render than what we were seeing in our local environments. This PR adds a
retryblock to those tests in an effort to ensure that the page has adequate time to re-render with the updated data.Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers