[Synthetics] adjust overview scrolling e2e#150774
Merged
dominiqueclarke merged 2 commits intoelastic:mainfrom Feb 9, 2023
Merged
[Synthetics] adjust overview scrolling e2e#150774dominiqueclarke merged 2 commits intoelastic:mainfrom
dominiqueclarke merged 2 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/uptime (Team:uptime) |
justinkambic
approved these changes
Feb 9, 2023
Contributor
justinkambic
left a comment
There was a problem hiding this comment.
Code LGTM. WFG. Didn't do any practical testing for this one.
💚 Build Succeeded
Metrics [docs]
To update your PR or re-run it, just comment with: |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
Contributor
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
dominiqueclarke
added a commit
to dominiqueclarke/kibana
that referenced
this pull request
Feb 9, 2023
## Summary Adjusts the scrolling mechanism for synthetics scrolling test. (cherry picked from commit 576c92c) # Conflicts: # x-pack/plugins/synthetics/e2e/journeys/synthetics/overview_scrolling.journey.ts
jloleysens
added a commit
to jloleysens/kibana
that referenced
this pull request
Feb 10, 2023
* main: (115 commits) [Custom branding] Add custom logo to space selector (elastic#150284) [api-docs] 2023-02-10 Daily api_docs build (elastic#150831) [ci] build next docs in PRs when relevant files change (elastic#149991) [codeowners] allow overrides to take higher precedence (elastic#150821) [docs] Remove kibDevDocsOpsPluginDiscovery (elastic#150788) [Fleet] Fix max 20 installed integrations returned from Fleet API (elastic#150780) [maps] fix Changing resolutions on Heat map layer throws error in console (elastic#150761) fixes Failing ES Promotion: X-Pack API Integration Tests x-pack/test/api_integration/apis/maps/get_grid_tile.js (elastic#150768) [Synthetics] adjust overview scrolling e2e (elastic#150774) [Security Solution] Fixes bulk close alerts from exception flyout type bug (elastic#150765) Upgrade EUI to v74.1.0 (elastic#150235) [skip ci] Fix labeling for Infrastructure UI (elastic#150571) [Enterprise Search] Move pipelines modal to flyout (elastic#150727) [Security Solution] fix flaky endpoint tests (elastic#150652) Fixes the space selector page layout (elastic#150503) [Dashboard] [Navigation] Fix mount point bug (elastic#150507) [Infrastructure UI] Track host cloud provider on table entry click (elastic#150685) [Dashboard Usability] Moves scrollbar to panel section (elastic#145628) [Maps] fixes Kibana maps shows MVT borders if the geometry border style is greater than 1 (elastic#150497) [Cloud Posture][Dashboard] dashboard re-design enhancements (elastic#150394) ...
dominiqueclarke
added a commit
that referenced
this pull request
Feb 10, 2023
# Backport This will backport the following commits from `main` to `8.7`: - [[Synthetics] adjust overview scrolling e2e (#150774)](#150774) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dominique Clarke","email":"dominique.clarke@elastic.co"},"sourceCommit":{"committedDate":"2023-02-09T21:34:05Z","message":"[Synthetics] adjust overview scrolling e2e (#150774)\n\n## Summary\r\n\r\nAdjusts the scrolling mechanism for synthetics scrolling test.","sha":"576c92ce7fc7521f7059e24a54ffbec8156f4668","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","Team:uptime","release_note:skip","v8.7.0","v8.8.0"],"number":150774,"url":"https://github.com/elastic/kibana/pull/150774","mergeCommit":{"message":"[Synthetics] adjust overview scrolling e2e (#150774)\n\n## Summary\r\n\r\nAdjusts the scrolling mechanism for synthetics scrolling test.","sha":"576c92ce7fc7521f7059e24a54ffbec8156f4668"}},"sourceBranch":"main","suggestedTargetBranches":["8.7"],"targetPullRequestStates":[{"branch":"8.7","label":"v8.7.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/150774","number":150774,"mergeCommit":{"message":"[Synthetics] adjust overview scrolling e2e (#150774)\n\n## Summary\r\n\r\nAdjusts the scrolling mechanism for synthetics scrolling test.","sha":"576c92ce7fc7521f7059e24a54ffbec8156f4668"}}]}] BACKPORT--> --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adjusts the scrolling mechanism for synthetics scrolling test.