it('should close only the header when said so', () => {
        const topLevelOpen = reducer(
          state.org.present,
          types.toggleHeaderOpened(topLevelHeaderId, true)
        );