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 Jest Tests.x-pack/plugins/lens/public/app_plugin - Lens App sets originatingApp breadcrumb when the document title changes #75694

Closed
kibanamachine opened this issue Aug 21, 2020 · 5 comments · Fixed by #75714
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Aug 21, 2020

A test failed on a tracked branch

Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)

- Expected
+ Received

  Array [
    Object {
-     "onClick": Anything,
+     "onClick": [Function onClick],
      "text": "The Coolest Container Ever Made",
    },
    Object {
      "href": "/testbasepath/app/visualize#/",
-     "onClick": Anything,
+     "onClick": [Function onClick],
      "text": "Visualize",
    },
    Object {
-     "text": "Daaaaaaadaumching!",
+     "text": "Create",
    },
  ],

Number of calls: 1
    at Object.it (/dev/shm/workspace/parallel/11/kibana/x-pack/plugins/lens/public/app_plugin/app.test.tsx:328:52)

First failure: Jenkins Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Aug 21, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-test-triage (failed-test)

@brianseeders brianseeders added blocker skipped-test Team:Visualizations Visualization editors, elastic-charts and infrastructure v8.0.0 labels Aug 21, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@brianseeders
Copy link
Contributor

Skipped on master, likely caused by two conflicting PRs merged around the same time #74523 and #75470

cc @ThomThomson

@ThomThomson ThomThomson self-assigned this Aug 21, 2020
@brianseeders
Copy link
Contributor

Skipped on 7.x as well

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

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:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants