it('should create a proper backend change dict for changing titles', () => {
    collectionUpdateService.setCollectionTitle(_sampleCollection, 'new title');
    expect(undoRedoService.getCommittableChangeList()).toEqual([
      {
        cmd: 'edit_collection_property',