it("clicking backArrow Button on Account Page sends user to Landing Page", async () => {
  const history = createMemoryHistory();
  const { getByTestId } = render(
    <Router history={history}>
      <App />