Fix review dialog js-tests.
Review Request #6308 — Created Sept. 10, 2014 and submitted — Latest diff uploaded
I had fixed up some of the relevant tests during my overhaul of the review
dialog, but apparently the last time I ran them was before I removed
_bodyTopEditor
and_bodyBottomEditor
. This change fixes those tests to use the
new_bodyTopView
and_bodyBottomView
, and does a little bit of extra cleanup
while I was in there.
Ran js-tests. After this change there are still some failures, but all of the
review dialog tests now pass.