-
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
A11y tests for saved objects management table #128417
A11y tests for saved objects management table #128417
Conversation
…vyarm/kibana into a11yTestsSavedObjectsManagementTable
…vyarm/kibana into a11yTestsSavedObjectsManagementTable
💔 Build FailedFailed CI StepsTest Failures
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
So this test keeps failing because I cannot click on the action menu here. A bunch of QA folks tried to help and Spencer. At this point - we are wondering if the implementation of the table is the problem. Thanks, It either fails on share to spaces test or on copy to spaces test.
|
Bhavya, you're describing a problem with the "Copy to space" test. CI, on the other hand, is describing a problem with the "Share to space" test. I tried to pull this down and it failed on the "Relationships" test, then "Share to space" and "Copy to space" after that: It looks like the root cause of that problem is that it's not closing the Type filter panel, so it can't click the Actions ( I'm not sure how to help here. |
@jportner thank you. Yeah it either fails in copy to space or share to space. Tried different things to close type filter panel and move the focus away. Still fails. |
You might want to try using the It has helper functions to interact with relationships and copy to space using the object title, which would be less brittle than your current test (that assumes only one data view is displayed in the table) |
@jportner thanks. Will try it again. I remember running into an issue with a11y test design and the page objects. Will keep you posted. Thanks! |
Just tying up loose ends -- if you need another review in the future please tag |
Meta: #51456
A11y tests for saved objects table