Fix js-test failures when rendering the unified banner.

Review Request #12892 — Created March 14, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

A recent switch to using renderInto() for some elements of the unified
banner caused some test breakages, since the element in question didn't
exist. This change adds the necessary element into the test page HTML.

Ran js-tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix js-test failures when rendering the unified banner.
A recent switch to using `renderInto()` for some elements of the unified banner caused some test breakages, since the element in question didn't exist. This change adds the necessary element into the test page HTML. Testing Done: Ran js-tests.
47ca3e53f43a569cad238bc71fe9b225c37d8fe8 David Trowbridge
reviewboard/static/rb/js/pages/views/tests/diffViewerPageViewTests.es6.js
reviewboard/static/rb/js/pages/views/tests/reviewablePageViewTests.es6.js
reviewboard/static/rb/js/reviewRequestPage/views/tests/reviewRequestPageViewTests.es6.js
reviewboard/static/rb/js/views/tests/reviewRequestEditorViewTests.es6.js
Loading...