Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to fix AlertSummaryWidget flaky test (elastic#212107)
Fixes elastic#198102 ## Summary The check that fails is related to status:All [here](https://github.com/elastic/kibana/blob/main/x-pack/test/observability_functional/apps/observability/pages/rule_details_page.ts#L191): ``` expect(url.includes('status%3Aall')).to.be(true); ``` It seems the status is active from the previous step: <img src="https://github.com/user-attachments/assets/8fa33035-d54a-4bfd-9e06-fff696767598" width=500 /> This PR adds a retry to accommodate a delay in changing URLs. Co-authored-by: Dominique Clarke <dominique.clarke@elastic.co>
- Loading branch information