Fix a unit test for RelatedUserSelectorView.

Review Request #14330 — Created Feb. 5, 2025 and submitted — Latest diff uploaded

Information

Review Board
release-7.x

Reviewers

This fixes a unit test that regressed for the RelatedUserSelectorView.
Instead of rendering as a list it now renders as a table, but the unit
test was still looking for <li> elements.

Ran JS unit tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix a unit test for RelatedUserSelectorView.
This fixes a unit test that regressed for the RelatedUserSelectorView. Instead of rendering as a list it now renders as a table, but the unit test was still looking for <li> elements.
7a393008c944bb6e056d83761697d6cc61e56883 Michelle Aubin
reviewboard/static/rb/js/admin/tests/relatedUserSelectorViewTests.es6.js
Loading...