-
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] Deep link cypress flaky test #205936
Labels
apm
Team:obs-ux-infra_services
Observability Infrastructure & Services User Experience Team
technical debt
Improvement of the software architecture and operational architecture
test-failure-flaky
Comments
rmyz
added
apm
Team:obs-ux-infra_services
Observability Infrastructure & Services User Experience Team
technical debt
Improvement of the software architecture and operational architecture
test-failure-flaky
labels
Jan 8, 2025
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
rmyz
added a commit
that referenced
this issue
Jan 9, 2025
## Summary Closes #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
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this issue
Jan 9, 2025
## 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)
Zacqary
pushed a commit
to Zacqary/kibana
that referenced
this issue
Jan 9, 2025
## 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
CAWilson94
pushed a commit
to CAWilson94/kibana
that referenced
this issue
Jan 13, 2025
## 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
viduni94
pushed a commit
to viduni94/kibana
that referenced
this issue
Jan 23, 2025
## 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
apm
Team:obs-ux-infra_services
Observability Infrastructure & Services User Experience Team
technical debt
Improvement of the software architecture and operational architecture
test-failure-flaky
Summary
We have a test that is giving some problems, as depending the run, the scroll doesn't seem to work properly and we don't get to assert the text.
Test error output
Applications deep links -> navigates to Application links on "apm" search:
AssertionError: Timed out retrying after 30000ms: Expected to find content: 'Applications / Service Inventory' but never did.
AC
The text was updated successfully, but these errors were encountered: