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

Failing test: X-Pack Accessibility Tests.x-pack/test/accessibility/apps/search_profiler·ts - Accessibility Search Profiler Editor click on the dropdown link #91939

Closed
kibanamachine opened this issue Feb 18, 2021 · 7 comments
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Feature:Dev Tools Feature:Search Profiler Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Feb 18, 2021

A test failed on a tracked branch

Error: a11y report:

VIOLATION
  [aria-hidden-focus]: Ensures aria-hidden elements do not contain focusable elements
    Help: https://dequeuniversity.com/rules/axe/4.0/aria-hidden-focus?application=axeAPI
    Elements:
      - header
      - .euiTabs[role="tablist"][data-aria-hidden="true"]
      - .prfDevTool__page__bodyGroup
      - div[data-focus-guard="true"][data-aria-hidden="true"][aria-hidden="true"]:nth-child(2)
      - div[data-focus-guard="true"][data-aria-hidden="true"][aria-hidden="true"]:nth-child(3)
      - div[data-focus-guard="true"][data-aria-hidden="true"][aria-hidden="true"]:nth-child(5)
    at Accessibility.testAxeReport (/dev/shm/workspace/parallel/13/kibana/test/accessibility/services/a11y/a11y.ts:76:15)
    at Accessibility.testAppSnapshot (/dev/shm/workspace/parallel/13/kibana/test/accessibility/services/a11y/a11y.ts:49:18)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at Context.<anonymous> (test/accessibility/apps/search_profiler.ts:64:7)
    at Object.apply (/dev/shm/workspace/parallel/13/kibana/packages/kbn-test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16)

First failure: Jenkins Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Feb 18, 2021
@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@mistic mistic added the Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more label Feb 28, 2021
@elasticmachine
Copy link
Contributor

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

mistic added a commit that referenced this issue Feb 28, 2021
mistic added a commit that referenced this issue Feb 28, 2021
mistic added a commit that referenced this issue Feb 28, 2021
@mistic
Copy link
Member

mistic commented Feb 28, 2021

The test looks flaky. I'll skip it for now.

master/8.0: c6336e5
7.x/7.13: d1c9836
7.12: e0b601e

gmmorris added a commit to gmmorris/kibana that referenced this issue Mar 1, 2021
* master:
  [Logs UI] Round up the end timestamp in the log stream embeddable (elastic#92833)
  skip flaky suite (elastic#91939)
  skip flaky suite (elastic#89072)
  [APM] Include services with only metric documents (elastic#92378)
@alisonelizabeth
Copy link
Contributor

I think this one requires running through the flaky test runner to try to reproduce and troubleshoot further. I'm not seeing the test failure when running locally.

@rashmivkulkarni
Copy link
Contributor

rashmivkulkarni commented Mar 10, 2022

Was planning to fix this test and hence ran this test on a new branch, after pulling main and bootstrapping. Enging up with this error.

Screenshot says- shard error .

5 passing (1.0m)
3 failing

1)    Accessibility Search Profiler Editor
       click on the dropdown link:

      TypeError: Cannot read properties of undefined (reading 'click')
       at Context.<anonymous> (test/accessibility/apps/search_profiler.ts:63:37)
       at processTicksAndRejections (node:internal/process/task_queues:96:5)
       at Object.apply (/Users/rashmikulkarni/Documents/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
 
 
2)    Accessibility Search Profiler Editor
       click on the open-close shard details link:

      TypeError: Cannot read properties of undefined (reading 'click')
       at Context.<anonymous> (test/accessibility/apps/search_profiler.ts:69:37)
       at processTicksAndRejections (node:internal/process/task_queues:96:5)
       at Object.apply (/Users/rashmikulkarni/Documents/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
 
 
3)    Accessibility Search Profiler Editor
       click on the view details link:

      TypeError: Cannot read properties of undefined (reading 'click')
       at Context.<anonymous> (test/accessibility/apps/search_profiler.ts:85:37)
       at processTicksAndRejections (node:internal/process/task_queues:96:5)
       at Object.apply (/Users/rashmikulkarni/Documents/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)

Screen Shot 2022-03-10 at 11 46 22 AM

Screen Shot 2022-03-10 at 12 31 34 PM

cc @LeeDr @elastic/platform-deployment-management can anyone please look into this ?

@alisonelizabeth
Copy link
Contributor

Looks like this was fixed by #128084.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Feature:Dev Tools Feature:Search Profiler Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

No branches or pull requests

6 participants