it('should get the static image url from the image path', () => {
    spyOn(urlInterpolationService, 'getStaticImageUrl').and.returnValue(
      '/assets/images/general/milestone-message-star-icon.svg'
    );