Move pending calls for some unit tests into beforeEach.

Review Request #13203 — Created Aug. 11, 2023 and submitted

david
Review Board
release-6.x
reviewboard

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 the pending call to happen inside
beforeEach, which disables the whole suite without errors.

Ran js-tests.

Summary
Move pending calls for some unit tests into beforeEach.
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-6.x (17ebbcc)
Loading...