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

unskip jest tests due to unhandled promise rejections #149648

Merged
merged 6 commits into from
Jan 30, 2023

Conversation

nreese
Copy link
Contributor

@nreese nreese commented Jan 26, 2023

Fixes #126000

Unskip tests in /Users/nreese/projects/kibana/src/plugins/dashboard/public/dashboard_container/component/grid/dashboard_grid.test.tsx

viewport/dashboard_viewport.test.tsx removed in #144332.

@nreese
Copy link
Contributor Author

nreese commented Jan 27, 2023

@elasticmachine merge upstream

@nreese nreese marked this pull request as ready for review January 28, 2023 00:55
@nreese nreese requested a review from a team as a code owner January 28, 2023 00:55
@nreese nreese added Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas release_note:skip Skip the PR/issue when compiling release notes v8.7.0 labels Jan 28, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-presentation (Team:Presentation)

@nreese nreese added the backport:skip This commit does not require backporting label Jan 28, 2023
@nreese
Copy link
Contributor Author

nreese commented Jan 30, 2023

@elasticmachine merge upstream

@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

Unknown metric groups

ESLint disabled line counts

id before after diff
dashboard 6 7 +1

Total ESLint disabled count

id before after diff
dashboard 6 7 +1

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

Copy link
Contributor

@ThomThomson ThomThomson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes LGTM! Awesome!

@@ -42,12 +57,9 @@ async function prepare() {
},
},
});
const dashboardMock = await mockDashboardReduxEmbeddableTools({ explicitInput: initialInput });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for figuring out what was going wrong here with the two redux stores!

@ThomThomson
Copy link
Contributor

@nreese, I think this also closes #147489 and #114992.

@nreese
Copy link
Contributor Author

nreese commented Jan 30, 2023

I think this also closes #147489 and #114992.

Thanks for linking the issues. I closed those as duplicates of #126000

kqualters-elastic pushed a commit to kqualters-elastic/kibana that referenced this pull request Feb 6, 2023
Fixes elastic#126000

Unskip tests in
/Users/nreese/projects/kibana/src/plugins/dashboard/public/dashboard_container/component/grid/dashboard_grid.test.tsx

viewport/dashboard_viewport.test.tsx removed in
elastic#144332.

---------

Co-authored-by: kibanamachine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:skip Skip the PR/issue when compiling release notes Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas v8.7.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing tests: src/plugins/dashboard/public/application/embeddable
5 participants