-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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 on spaces home page including feature control #76515
Conversation
@myasonik can you please take a look at the code and the changes I made? I am rolling through different errors in CI and in my local. So not sure what is happening. Thanks! |
@elasticmachine merge upstream |
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.
Spaces management changes LGTM!
Some optional suggestions if you agree:
- Existing Spaces
data-test-subj
's make use of a prefix (e.g., Copy to space usescts-
). Maybe these could be prefixed as well to ensure they are unique? Perhapsspace-mgmt-
. - The
data-test-subj
's that I've worked with usually have some sort of descriptive suffix, likects-finish-button
or-radioGroup
. That can be helpful when working with functional tests to ensure you're using the correct approach for interacting with that element in Selenium... maybe it's just simulating a click, or something else.
...ck/plugins/spaces/public/management/components/secure_space_message/secure_space_message.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/spaces/public/management/edit_space/enabled_features/feature_table.tsx
Outdated
Show resolved
Hide resolved
…e_message/secure_space_message.tsx Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
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 - I didn't pull and run locally. Just code review and Jenkins results.
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@myasonik this PR is failing again on nth focus but I did add dismiss toasts to this test:
Running it again but worried this might make it flakey. Let me know what do you think about it? Thanks! |
Flaky test run - https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/828/ |
@elasticmachine merge upstream |
https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/829/ after @myasonik's awesome fix! |
@elasticmachine merge upstream |
💚 Build SucceededBuild metricspage load bundle size
History
To update your PR or re-run it, just comment with: |
* master: (68 commits) a11y tests on spaces home page including feature control (elastic#76515) [ML] Transforms list: persist pagination through refresh interval (elastic#76786) [ML] Replace all use of date_histogram interval with fixed_interval (elastic#76876) [Timelion] Update timelion deprecation links (elastic#77008) [Security Solution] Refactor Network Details to use Search Strategy (elastic#76928) Upgrade elastic charts to 21.1.2 (elastic#76939) [Alerting][Connectors] Refactor Jira: Generic Implementation (phase one) (elastic#73778) [Snapshot & Restore] fix pre existing policy with no existing repository (elastic#76861) Update saved object management UI text (elastic#76826) [Form lib] Add validations prop to UseArray and expose "moveItem" handler (elastic#76949) [Logs UI] Use fields api in log stream (elastic#76919) [UI Metrics] Support multi-colon keys (elastic#76913) [APM] Script for creating functional test archive (elastic#76926) [ENDPOINT] First version of the trusted apps list. (elastic#76304) Correct field for rum page url (elastic#76916) [Security Solution] Fix redirect properly old SIEM App routes (elastic#76868) Bump http-proxy from 1.17.0 to 1.18.1 (elastic#76924) [RUM Dashboard] Visitor breakdown usability (elastic#76834) [Search] Add a new advanced setting searchTimeout (elastic#75728) [DOCS] Adds timelion deprecation to new visualize docs structure (elastic#76959) ...
* master: (38 commits) Reporting/Test: unskip non-screenshot tests (elastic#77088) Move metrics to setup and add cgroup metrics (elastic#76730) [Enterprise Search] Add Overview landing page/plugin (elastic#76734) First pass. Change TS type. Update OpenAPI (elastic#76434) [CI] Balance xpack ci groups a bit (elastic#77068) [Security_solution][Detections] Refactor signal ancestry to allow multiple parents (elastic#76531) [Maps] convert MetricsEditor to TS (elastic#76727) IndexMigrator: fix non blocking migration wrapper promise rejection (elastic#77018) [Enterprise Search] Update config data endpoint to v2 (elastic#76970) [ML] Add decision path charts to exploration results table (elastic#73561) Bump eventemitter3 from 4.0.0 to 4.0.7 (elastic#77016) [Ingest Pipelines] Add descriptions for ingest processors K-S (elastic#76981) [Metrics UI] Replace Snapshot API with Metrics API (elastic#76253) legacy utils cleanup (elastic#76608) [ML] Account for "properties" layer in find_file_structure mappings (elastic#77035) fixed typo Upgrade to Kea 2.2 (elastic#77047) a11y tests on spaces home page including feature control (elastic#76515) [ML] Transforms list: persist pagination through refresh interval (elastic#76786) [ML] Replace all use of date_histogram interval with fixed_interval (elastic#76876) ...
a11y tests for spaces and feature control home page
Meta issue - #51456