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.

Changes between revision 1 and 2

orig
1
2

Commits

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
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.
4c7d877469bff5f2c02e48dd525266a194a55778 Christian Hammond
reviewboard/extensions/tests/test_navigation_bar_hook.py
Loading...