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: Accessibility Tests.test/accessibility/apps/dashboard·ts - Dashboard create dashboard button #111233

Closed
kibanamachine opened this issue Sep 4, 2021 · 3 comments · Fixed by #112872
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:QA Team label for QA Team

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Sep 4, 2021

A test failed on a tracked branch

TimeoutError: Waiting for element to be located By(css selector, [data-shared-items-count])
Wait timed out after 10046ms
    at /dev/shm/workspace/parallel/8/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5) {
  remoteStacktrace: ''
}

First failure: Jenkins Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Sep 4, 2021
@botelastic botelastic bot added the needs-team Issues missing a team label label Sep 4, 2021
@mistic mistic added the Team:QA Team label for QA Team label Sep 6, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-qa (Team:QA)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Sep 6, 2021
@kibanamachine
Copy link
Contributor Author

New failure: CI Build

@LeeDr LeeDr self-assigned this Sep 22, 2021
@LeeDr
Copy link

LeeDr commented Sep 22, 2021

I'm looking into this failure.
The before method on this test load sample flights data and appears to have passed;

    before(async () => {
      await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {
        useActualUrl: true,
      });
      await PageObjects.home.addSampleDataSet('flights');
    });

But the failure screenshot is on the flyout to add data as if there isn't any.
image

LeeDr pushed a commit that referenced this issue Sep 28, 2021
…ate dashboard button #111233 (#112872)

* test if 2s sleep fixes flakey test

* switch from sleep to retry.waitFor

* remove .only, add comments to config file about sample data add/remove

Co-authored-by: Kibana Machine <[email protected]>
kibanamachine added a commit to kibanamachine/kibana that referenced this issue Sep 28, 2021
…ate dashboard button elastic#111233 (elastic#112872)

* test if 2s sleep fixes flakey test

* switch from sleep to retry.waitFor

* remove .only, add comments to config file about sample data add/remove

Co-authored-by: Kibana Machine <[email protected]>
kibanamachine added a commit that referenced this issue Sep 28, 2021
…ate dashboard button #111233 (#112872) (#113317)

* test if 2s sleep fixes flakey test

* switch from sleep to retry.waitFor

* remove .only, add comments to config file about sample data add/remove

Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Lee Drengenberg <[email protected]>
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 Team:QA Team label for QA Team
Projects
None yet
4 participants