it('should close the header and subheaders on the second toggle', () => {
        const topLevelOpen = reducer(
          state.org.present,
          types.toggleHeaderOpened(topLevelHeaderId, true)
        );