Skip to content

Move Ajax interceptor into describe block

What does this MR do?

Move registering the Vue resource interceptor for issue board mock data into the corresponding describe blocks.

Why was this MR needed?

Currently, the interceptor is registered for every test (which makes them at best fail for Ajax calls using Vue resource).

Merge request reports