Skip to content

Commit

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

expect(
screen.queryByText("Racial Disparities Data")
).not.toBeInTheDocument();

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

0 comments on commit cd49440

Please sign in to comment.