it('shows secondary left nav', () => {
    expect.assertions(1);
    Testing.renderComponent(
      <NavBar
        onSecondLeftPress={jest.fn()}