Fix unit test regressions from recent UI changes.

Review Request #13754 — Created April 19, 2024 and submitted — Latest diff uploaded

Information

Review Board
release-7.x

Reviewers

Some of my recent changes impacted some of our Python unit tests. I was
a bit sloppy in not running the Python tests for some changes,
concentrating more on the JavaScript side.

These were mostly string changes that affected comparisons, though there
was one piece of broken HTML introduced in menu_action.html.

These have all been fixed, and all Python tests now pass.

Unit tests pass.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
Fix unit test regressions from recent UI changes.
Some of my recent changes impacted some of our Python unit tests. I was a bit sloppy in not running the Python tests for some changes, concentrating more on the JavaScript side. These were mostly string changes that affected comparisons, though there was one piece of broken HTML introduced in `menu_action.html`. These have all been fixed, and all Python tests now pass.
ad5fc4d0f5b80314dac72d2eacb06b31ec4bd19a Christian Hammond
reviewboard/accounts/tests/test_theme_form.py
reviewboard/extensions/tests/test_action_hooks.py
reviewboard/extensions/tests/test_navigation_bar_hook.py
reviewboard/search/tests/test_search_view.py
reviewboard/templates/actions/menu_action.html
Loading...