Skip to content

Remove loadHTMLFixture usage in `spec/frontend/search/`

Ashutosh Gupta requested to merge gitlab-community/gitlab:issue_405326 into master

This MR aims to solve #405326 (closed)

I have replaced references to loadHTMLFixture in the following places:

spec/frontend/search/highlight_blob_search_result_spec.js:8: beforeEach(() => loadHTMLFixture(fixture));

Merge request reports