Fix unit tests for DraftReviewBannerView.
Review Request #9066 — Created July 10, 2017 and submitted — Latest diff uploaded
My recent work for the draft review banner resulted in some broken
JavaScript unit tests, due to the switch from using thedisplay
style
for visible/hidden to CSS classes. This fixes up the affected unit
tests.
All unit tests pass.