-
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
[APM] Fix Deep Links Cypress Flaky Test #206000
Conversation
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
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.
Did you run the flaky test runner with these changes?
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#7679[✅] APM - Cypress: 25/25 tests passed. |
Hey @crespocarlos, I forgot to do that, ran them one hour ago, and they have passed 🚀 |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12691302434 |
💚 Build Succeeded
Metrics [docs]
History
cc @rmyz |
## Summary Closes elastic#205936 This PR aims to solve the flakiness of deep_links.cy test. - Instead of doing everything under 2 tests, we run a test for each assertion and clean everything up. - Ensures scroll div has content to be able to scroll - scrolls to center or bottom depending on the position (cherry picked from commit 45f3241)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [[APM] Fix Deep Links Cypress Flaky Test (#206000)](#206000) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Sergi Romeu","email":"sergi.romeu@elastic.co"},"sourceCommit":{"committedDate":"2025-01-09T13:54:11Z","message":"[APM] Fix Deep Links Cypress Flaky Test (#206000)\n\n## Summary\n\nCloses https://github.com/elastic/kibana/issues/205936\n\nThis PR aims to solve the flakiness of deep_links.cy test.\n\n- Instead of doing everything under 2 tests, we run a test for each\nassertion and clean everything up.\n- Ensures scroll div has content to be able to scroll\n- scrolls to center or bottom depending on the position","sha":"45f3241db0bd06a264a94d8cfd104bf4057db77e","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","apm","backport:prev-minor","Team:obs-ux-infra_services"],"title":"[APM] Fix Deep Links Cypress Flaky Test","number":206000,"url":"https://github.com/elastic/kibana/pull/206000","mergeCommit":{"message":"[APM] Fix Deep Links Cypress Flaky Test (#206000)\n\n## Summary\n\nCloses https://github.com/elastic/kibana/issues/205936\n\nThis PR aims to solve the flakiness of deep_links.cy test.\n\n- Instead of doing everything under 2 tests, we run a test for each\nassertion and clean everything up.\n- Ensures scroll div has content to be able to scroll\n- scrolls to center or bottom depending on the position","sha":"45f3241db0bd06a264a94d8cfd104bf4057db77e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206000","number":206000,"mergeCommit":{"message":"[APM] Fix Deep Links Cypress Flaky Test (#206000)\n\n## Summary\n\nCloses https://github.com/elastic/kibana/issues/205936\n\nThis PR aims to solve the flakiness of deep_links.cy test.\n\n- Instead of doing everything under 2 tests, we run a test for each\nassertion and clean everything up.\n- Ensures scroll div has content to be able to scroll\n- scrolls to center or bottom depending on the position","sha":"45f3241db0bd06a264a94d8cfd104bf4057db77e"}}]}] BACKPORT--> Co-authored-by: Sergi Romeu <sergi.romeu@elastic.co>
## Summary Closes elastic#205936 This PR aims to solve the flakiness of deep_links.cy test. - Instead of doing everything under 2 tests, we run a test for each assertion and clean everything up. - Ensures scroll div has content to be able to scroll - scrolls to center or bottom depending on the position
## Summary Closes elastic#205936 This PR aims to solve the flakiness of deep_links.cy test. - Instead of doing everything under 2 tests, we run a test for each assertion and clean everything up. - Ensures scroll div has content to be able to scroll - scrolls to center or bottom depending on the position
## Summary Closes elastic#205936 This PR aims to solve the flakiness of deep_links.cy test. - Instead of doing everything under 2 tests, we run a test for each assertion and clean everything up. - Ensures scroll div has content to be able to scroll - scrolls to center or bottom depending on the position
Summary
Closes #205936
This PR aims to solve the flakiness of deep_links.cy test.