Move pending calls for some unit tests into beforeEach.
Review Request #13203 — Created Aug. 11, 2023 and submitted — Latest diff uploaded
There's a change between Jasmine 3.x and 4.x where exceptions inside of
beforeEach now cause the suite to fail. Our code for the old draft
banner tests are mostly disabled, but some of the setup code was hitting
this. This change moves thepending
call to happen inside
beforeEach
, which disables the whole suite without errors.
Ran js-tests.