Skip to content

Suppress AJAX errors... again

Nathan Friend requested to merge nfriend-suppress-ajax-errors-again into master

What does this MR do?

This is the exact same change as !16545 (merged) with one addition: a slight change to analytics/productivity_analytics/components/app_spec.js to keep the Jest tests passing.

!16545 (merged) caused master's pipeline to break, so it was reverted in !17640 (merged) in order to fix #32716 (closed).

The test mentioned above was fixed by waiting for the $nextTick() in the beforeEach().

Merge request reports