Skip to content

Explicitly import spriteIcon instead of global

Illya Klymov requested to merge add-missing-sprite-icon into master

What does this MR do?

Several files are using explicit gl.utils.spriteIcon instead of importing spriteIcon explicitly

This results in failing several tests when being run separately^

  • spec/javascripts/image_diff/helpers/badge_helper_spec.js
  • spec/javascripts/image_diff/helpers/comment_indicator_helper_spec.js

See #67206 (moved) for details

Does this MR meet the acceptance criteria?

Conformity

Edited by Illya Klymov

Merge request reports