-
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
[ML] Transforms: Adds a11y tests for Transform plugin #93197
[ML] Transforms: Adds a11y tests for Transform plugin #93197
Conversation
Pinging @elastic/ml-ui (:ml) |
Pinging @elastic/kibana-accessibility (Project:Accessibility) |
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.
LGTM
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.
LGTM
Checking test stability in a flaky test runner job ... no failure in 50 runs ✔️ |
💛 Build succeeded, but was flaky
Test FailuresKibana Pipeline / general / X-Pack Detection Engine API Integration Tests.x-pack/test/detection_engine_api_integration/security_and_spaces/tests/create_threat_matching·ts.detection engine api security and spaces enabled create_threat_matching tests with auditbeat data indicator enrichment generates multiple signals with multiple matchesStandard Out
Stack Trace
Metrics [docs]Async chunks
Page load bundle
To update your PR or re-run it, just comment with: |
# Conflicts: # .github/CODEOWNERS
Summary
Adds accessibility tests for the Transform UI. Part of #51456.
This PR adds coverage for the Transform Management and wizard pages.
Also re-enables the accessibility tests on the Anomaly Explorer page from the ML plugin, and tests on the data frame analytics pages which included the
EuiDataGrid
following the edit to the axe rules in #91017.The ML and Transform accessibility test files are also added to the Machine Learning section of the
CODEOWNERS
file.Checklist