it('should create a proper backend change dict for deleting collection nodes', () => {
    collectionUpdateService.deleteCollectionNode(_sampleCollection, 'exp_id0');
    expect(undoRedoService.getCommittableChangeList()).toEqual([
      {
        cmd: 'delete_collection_node',