it("renders the signup component when signup tab on the account route is clicked", async () => {
    const history = createMemoryHistory();
    const { getByTestId } = render(
      <Router history={history}>
        <App />