Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nasaownsky committed Apr 28, 2022
1 parent f6c3805 commit 71f336e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spotlight-client/src/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ describe("navigation", () => {
// NOTE: *ByRole queries can be too expensive to run async with this much DOM,
// so we are using *ByTestId queries here instead
await waitFor(async () =>
expect(await screen.findByTestId("PageTitle")).toHaveTextContent(
"Prison"
)
expect(await screen.findByTestId("PageTitle")).toHaveTextContent("Prison")
);

fireEvent.click(tenantLink);
Expand Down

0 comments on commit 71f336e

Please sign in to comment.