Skip to content

Commit

Permalink
Tests fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nasaownsky committed Aug 30, 2021
1 parent 19e31d7 commit fce98f5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions spotlight-client/src/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,6 @@ describe("navigation", () => {
)
);

const disparitiesLink = screen.getByRole("link", {
name: "Racial Disparities Data",
});
fireEvent.click(disparitiesLink);
await waitFor(async () =>
expect(await screen.findByTestId("PageTitle")).toHaveTextContent(
"Racial Disparities"
)
);

fireEvent.click(homeLink);
await waitFor(async () =>
expect(await screen.findByTestId("PageTitle")).toHaveTextContent(
Expand Down

0 comments on commit fce98f5

Please sign in to comment.