it('should create a proper backend change dict for changing notes', () => {
    storyUpdateService.setStoryNotes(_sampleStory, 'new notes');
    expect(undoRedoService.getCommittableChangeList()).toEqual([
      {
        cmd: 'update_story_property',