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/transform/public/app/sections/transform_management/components/transform_list - Transform: Transform List <TransformList /> Minimal initialization #59878

Closed
kibanamachine opened this issue Mar 11, 2020 · 2 comments · Fixed by #59897
Labels
failed-test A test failure on a tracked branch, potentially flaky-test

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Mar 11, 2020

A test failed on a tracked branch

Error: expect(received).toMatchSnapshot()

Snapshot name: `Transform: Transform List <TransformList /> Minimal initialization 1`

- Snapshot
+ Received

- <Fragment>
-   <ProgressBar
-     isLoading={false}
-   />
-   <EuiEmptyPrompt
-     actions={
-       Array [
-         <EuiButtonEmpty
-           data-test-subj="transformCreateFirstButton"
-           isDisabled={true}
-           onClick={[MockFunction]}
-         >
-           Create your first transform
-         </EuiButtonEmpty>,
-       ]
-     }
-     data-test-subj="transformNoTransformsFound"
-     title={
-       <h2>
-         No transforms found
-       </h2>
-     }
-   />
- </Fragment>
+ <EuiEmptyPrompt
+   actions={
+     Array [
+       <EuiButtonEmpty
+         data-test-subj="transformCreateFirstButton"
+         isDisabled={true}
+         onClick={[MockFunction]}
+       >
+         Create your first transform
+       </EuiButtonEmpty>,
+     ]
+   }
+   data-test-subj="transformNoTransformsFound"
+   title={
+     <h2>
+       No transforms found
+     </h2>
+   }
+ />
    at Object.test (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/x-pack/plugins/transform/public/app/sections/transform_management/components/transform_list/transform_list.test.tsx:26:21)
    at Object.asyncJestTest (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/jest-jasmine2/build/jasmineAsyncInstall.js:102:37)
    at resolve (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/jest-jasmine2/build/queueRunner.js:43:12)
    at new Promise (<anonymous>)
    at mapper (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/jest-jasmine2/build/queueRunner.js:26:19)
    at promise.then (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/jest-jasmine2/build/queueRunner.js:73:41)

First failure: Jenkins Build

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

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

@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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants