Skip to content

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

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

This MR aims to solve #405328 (closed)

I have replaced references to loadHTMLFixture in the following places:

spec/frontend/whats_new/utils/notification_spec.js:15: loadHTMLFixture('static/whats_new_notification.html');

Edited by Ashutosh Gupta

Merge request reports