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

Stabilize HistoryView.test.js #19165

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

jmchilton
Copy link
Member

The test goes kind of crazy without this - producing dozens of error messages as some component or the other tries over and over to render. The same mocking is used ContentItem.test.js. I have a bunch of logging cleanup stuff and errors fixes in #19164 - but none of them rise to this level - I think this has a chance of stabilizing the test suite. There is a still a single error in the test output but it is cosmetic and I'll include the fix in #19164.

How to test the changes?

(Select all options that apply)

  • I've included appropriate automated tests.
  • This is a refactoring of components with existing test coverage.
  • Instructions for manual testing are as follows:
    1. cd client; yarn test HistoryView.test.js

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

@jmchilton jmchilton marked this pull request as ready for review November 19, 2024 20:47
@github-actions github-actions bot added this to the 25.0 milestone Nov 19, 2024
@mvdbeek mvdbeek merged commit 43984c1 into galaxyproject:dev Nov 21, 2024
17 of 32 checks passed
@nsoranzo nsoranzo deleted the runaway_history_view_test branch November 21, 2024 15:06
@nsoranzo nsoranzo changed the title Stablize HistoryView.test.js Stabilize HistoryView.test.js Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants