it("clicking signup button on Landing Page sends user to SignUp Tab of accounts", async () => {
  const history = createMemoryHistory();
  const { getByTestId } = render(
    <Router history={history}>
      <App />