it('should keep the partial state when some children are not checked', () => {
      const oldState = state.org.present;
      const newState = reducer(oldState, types.advanceCheckboxState(bottomNestedBoxK));
      expect(
        headerWithId(newState.getIn(['files', path, 'headers']), bottomHeaderId)