-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[ska] relocate a11y tests #229371
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
[ska] relocate a11y tests #229371
Conversation
🔍 Preview links for changed docs |
…a into ska/relocate-a11y-tests
azasypkin
left a comment
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.
AppEx Security related changes LGTM.
💚 Build Succeeded
Metrics [docs]
History
cc @dmlemeshko |
maximpn
left a comment
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.
Moving FTR tests LGTM
|
Starting backport for target branches: 8.19, 9.1 https://github.com/elastic/kibana/actions/runs/16565289603 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving FTR a11y tests from x-pack/test Before ``` x-pack/test/accessibility ``` After: ``` x-pack/platform/test/accessibility x-pack/solutions/search/test/accessibility |-apps/enterprise_search.ts x-pack/solutions/security/test/accessibility |-apps/security_solution.ts ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 92c5cca) # Conflicts: # .github/CODEOWNERS
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
# Backport This will backport the following commits from `main` to `9.1`: - [[ska] relocate a11y tests (#229371)](#229371) <!--- Backport version: 10.0.1 --> ### 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-28T09:24:13Z","message":"[ska] relocate a11y tests (#229371)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving FTR a11y tests from x-pack/test\n\nBefore\n```\nx-pack/test/accessibility\n```\n\nAfter: \n```\nx-pack/platform/test/accessibility\n\nx-pack/solutions/search/test/accessibility\n |-apps/enterprise_search.ts\n\nx-pack/solutions/security/test/accessibility\n |-apps/security_solution.ts\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"92c5cca6fd77e9883802c9eaa1f29206a4f2b9a2","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.2.0","v9.1.1","v8.19.1"],"title":"[ska] relocate a11y tests","number":229371,"url":"https://github.com/elastic/kibana/pull/229371","mergeCommit":{"message":"[ska] relocate a11y tests (#229371)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving FTR a11y tests from x-pack/test\n\nBefore\n```\nx-pack/test/accessibility\n```\n\nAfter: \n```\nx-pack/platform/test/accessibility\n\nx-pack/solutions/search/test/accessibility\n |-apps/enterprise_search.ts\n\nx-pack/solutions/security/test/accessibility\n |-apps/security_solution.ts\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"92c5cca6fd77e9883802c9eaa1f29206a4f2b9a2"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/229371","number":229371,"mergeCommit":{"message":"[ska] relocate a11y tests (#229371)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving FTR a11y tests from x-pack/test\n\nBefore\n```\nx-pack/test/accessibility\n```\n\nAfter: \n```\nx-pack/platform/test/accessibility\n\nx-pack/solutions/search/test/accessibility\n |-apps/enterprise_search.ts\n\nx-pack/solutions/security/test/accessibility\n |-apps/security_solution.ts\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"92c5cca6fd77e9883802c9eaa1f29206a4f2b9a2"}},{"branch":"9.1","label":"v9.1.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving FTR a11y tests from x-pack/test Before ``` x-pack/test/accessibility ``` After: ``` x-pack/platform/test/accessibility x-pack/solutions/search/test/accessibility |-apps/enterprise_search.ts x-pack/solutions/security/test/accessibility |-apps/security_solution.ts ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving FTR a11y tests from x-pack/test Before ``` x-pack/test/accessibility ``` After: ``` x-pack/platform/test/accessibility x-pack/solutions/search/test/accessibility |-apps/enterprise_search.ts x-pack/solutions/security/test/accessibility |-apps/security_solution.ts ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 92c5cca) # Conflicts: # .github/CODEOWNERS # docs/extend/development-tests.md # docs/extend/interpreting-ci-failures.md # x-pack/platform/plugins/private/transform/README.md # x-pack/test/tsconfig.json
💚 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.19`: - [[ska] relocate a11y tests (#229371)](#229371) <!--- Backport version: 10.0.1 --> ### 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-28T09:24:13Z","message":"[ska] relocate a11y tests (#229371)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving FTR a11y tests from x-pack/test\n\nBefore\n```\nx-pack/test/accessibility\n```\n\nAfter: \n```\nx-pack/platform/test/accessibility\n\nx-pack/solutions/search/test/accessibility\n |-apps/enterprise_search.ts\n\nx-pack/solutions/security/test/accessibility\n |-apps/security_solution.ts\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"92c5cca6fd77e9883802c9eaa1f29206a4f2b9a2","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.2.0","v9.1.1","v8.19.1"],"title":"[ska] relocate a11y tests","number":229371,"url":"https://github.com/elastic/kibana/pull/229371","mergeCommit":{"message":"[ska] relocate a11y tests (#229371)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving FTR a11y tests from x-pack/test\n\nBefore\n```\nx-pack/test/accessibility\n```\n\nAfter: \n```\nx-pack/platform/test/accessibility\n\nx-pack/solutions/search/test/accessibility\n |-apps/enterprise_search.ts\n\nx-pack/solutions/security/test/accessibility\n |-apps/security_solution.ts\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"92c5cca6fd77e9883802c9eaa1f29206a4f2b9a2"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/229371","number":229371,"mergeCommit":{"message":"[ska] relocate a11y tests (#229371)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving FTR a11y tests from x-pack/test\n\nBefore\n```\nx-pack/test/accessibility\n```\n\nAfter: \n```\nx-pack/platform/test/accessibility\n\nx-pack/solutions/search/test/accessibility\n |-apps/enterprise_search.ts\n\nx-pack/solutions/security/test/accessibility\n |-apps/security_solution.ts\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"92c5cca6fd77e9883802c9eaa1f29206a4f2b9a2"}},{"branch":"9.1","label":"v9.1.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/229920","number":229920,"state":"MERGED","mergeCommit":{"sha":"f36c8b20dc7fbc6eb991c5b1678f529e0af6fd13","message":"[9.1] [ska] relocate a11y tests (#229371) (#229920)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.1`:\n- [[ska] relocate a11y tests\n(#229371)](https://github.com/elastic/kibana/pull/229371)\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.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Summary
Part of https://github.com/elastic/kibana-team/issues/1503
This PR is mostly about moving FTR a11y tests from x-pack/test
Before
After: