it(
    'should set story url fragment when calling ' + "'setStoryUrlFragment'",
    () => {
      storyUpdateService.setStoryUrlFragment(_sampleStory, 'newUrl');
      expect(_sampleStory.getUrlFragment()).toBe('newUrl');