Commit 1ed2711c authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch '227036-un-mock-tracking-in-suggest-pipeline' into 'master'

Un mock Tracking in suggest pipeline

Closes #227036

See merge request gitlab-org/gitlab!36081
parents 9bc93fed 353c94e8
......@@ -10,6 +10,7 @@ describe('MRWidgetSuggestPipeline', () => {
let trackingSpy;
const mockTrackingOnWrapper = () => {
unmockTracking();
trackingSpy = mockTracking('_category_', wrapper.element, jest.spyOn);
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment