[9.1] [ska] relocate discover, dashboard, maps, status_page ui tests (#228541)#228769
Merged
dmlemeshko merged 3 commits intoelastic:9.1from Jul 22, 2025
Merged
[9.1] [ska] relocate discover, dashboard, maps, status_page ui tests (#228541)#228769dmlemeshko merged 3 commits intoelastic:9.1from
dmlemeshko merged 3 commits intoelastic:9.1from
Conversation
…ic#228541) ## Summary Part of elastic/kibana-team#1503 This PR is mostly about relocating platform FTR tests from x-pack/test ``` x-pack/test/functional/apps/ | - discover/ | - dashboard/ | - maps/ | - status_page/ ``` After: ``` x-pack/platform/test/functional/apps/ | - discover/ | - dashboard/ | - maps/ | - status_page/ ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 33e1e2f) # Conflicts: # x-pack/platform/plugins/shared/streams/server/lib/streams/state_management/errors/failed_to_rollback_error.ts # x-pack/platform/test/functional/apps/dashboard/group3/share/index.ts # x-pack/platform/test/functional/apps/dashboard/group3/share/share_from_custom_space.ts # x-pack/test/functional/apps/dashboard/group3/share/index.ts
csr
approved these changes
Jul 21, 2025
Contributor
💚 Build Succeeded
Metrics [docs]
History
|
dmlemeshko
added a commit
that referenced
this pull request
Aug 6, 2025
…#228541) (#230724) # Backport This will backport the following commits from `main` to `8.19`: - [[ska] relocate discover, dashboard, maps, status_page ui tests (#228541)](#228541) <!--- Backport version: 10.0.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Dzmitry Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2025-07-18T18:26:01Z","message":"[ska] relocate discover, dashboard, maps, status_page ui tests (#228541)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about relocating platform FTR tests from x-pack/test\n\n```\nx-pack/test/functional/apps/\n | - discover/\n | - dashboard/\n | - maps/\n | - status_page/\n```\n\nAfter: \n```\nx-pack/platform/test/functional/apps/\n | - discover/\n | - dashboard/\n | - maps/\n | - status_page/\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"33e1e2f73f324dce8d8f186190f81c6deaf9ccba","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[ska] relocate discover, dashboard, maps, status_page ui tests","number":228541,"url":"https://github.com/elastic/kibana/pull/228541","mergeCommit":{"message":"[ska] relocate discover, dashboard, maps, status_page ui tests (#228541)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about relocating platform FTR tests from x-pack/test\n\n```\nx-pack/test/functional/apps/\n | - discover/\n | - dashboard/\n | - maps/\n | - status_page/\n```\n\nAfter: \n```\nx-pack/platform/test/functional/apps/\n | - discover/\n | - dashboard/\n | - maps/\n | - status_page/\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"33e1e2f73f324dce8d8f186190f81c6deaf9ccba"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/228769","number":228769,"state":"MERGED","mergeCommit":{"sha":"9b5406d8ff1c617c8eb6dd61793fa3d67c26ba75","message":"[9.1] [ska] relocate discover, dashboard, maps, status_page ui tests (#228541) (#228769)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.1`:\n- [[ska] relocate discover, dashboard, maps, status_page ui tests\n(#228541)](https://github.com/elastic/kibana/pull/228541)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/228541","number":228541,"mergeCommit":{"message":"[ska] relocate discover, dashboard, maps, status_page ui tests (#228541)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about relocating platform FTR tests from x-pack/test\n\n```\nx-pack/test/functional/apps/\n | - discover/\n | - dashboard/\n | - maps/\n | - status_page/\n```\n\nAfter: \n```\nx-pack/platform/test/functional/apps/\n | - discover/\n | - dashboard/\n | - maps/\n | - status_page/\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"33e1e2f73f324dce8d8f186190f81c6deaf9ccba"}}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <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.
Backport
This will backport the following commits from
mainto9.1:Questions ?
Please refer to the Backport tool documentation