Skip to content
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

Accessibility - Search Profiler page needs couple of accessibility fixes. #62531

Closed
rashmivkulkarni opened this issue Apr 3, 2020 · 1 comment · Fixed by #62588
Closed

Accessibility - Search Profiler page needs couple of accessibility fixes. #62531

rashmivkulkarni opened this issue Apr 3, 2020 · 1 comment · Fixed by #62588
Labels
bug Fixes for quality problems that affect the customer experience Feature:Search Profiler Project:Accessibility Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@rashmivkulkarni
Copy link
Contributor

Kibana version: 8.0

Elasticsearch version: 8.0

Xpack > Search Profiler > When I run the axe plugin on Search Profiler page , I found errors on the page Ex: Ensures every form element has a label

Trying to write an automated test for the search profiler page to run it via a11y tool and here is the console output for the first test

  1) Accessibility Search Profiler Editor
       "before all" hook for "input the JSON in the aceeditor":
     Error: a11y report:

VIOLATION
  [label]: Ensures every form element has a label
    Help: https://dequeuniversity.com/rules/axe/3.5/label?application=axeAPI
    Elements:
      - textarea
      at Accessibility.testAxeReport (/Users/rashmikulkarni/my_workspace/kibana/test/accessibility/services/a11y/a11y.ts:85:15)
      at Accessibility.testAppSnapshot (/Users/rashmikulkarni/my_workspace/kibana/test/accessibility/services/a11y/a11y.ts:58:18)
      at process._tickCallback (internal/process/next_tick.js:68:7)

     └- ✖ fail: "Accessibility Search Profiler Editor "before all" hook for "input the JSON in the aceeditor""
     │
     └-> "after all" hook

Screen Shot 2020-04-03 at 3 52 40 PM

@rashmivkulkarni rashmivkulkarni added bug Fixes for quality problems that affect the customer experience Project:Accessibility Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more Feature:Search Profiler labels Apr 3, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui (Team:Elasticsearch UI)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Search Profiler Project:Accessibility Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants