it('on next nav button click should nav UP', () => {
    const next = getNextNavButton(fixture);
    next.click();
    expect(getNavEvent(fixture)).toBe(BsNavigationDirection.UP);
  });