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

Description

This issue is part of Replace loadHTMLFixture with static imports (&10244 - closed). Let's replace references to loadHTMLFixture in the following places:

  • spec/frontend/issues/issue_spec.js:43: loadHTMLFixture('issues/open-issue.html');
  • spec/frontend/issues/issue_spec.js:45: loadHTMLFixture('issues/closed-issue.html');

Implementation Guide

Please see the parent epic for reasoning and examples of how to do this. If you'd like to pick up this issue, please leave a comment so that others do not pick it up :)

Edited by Paul Slaughter