Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msveshnikov committed Mar 24, 2024
1 parent 8193a25 commit f00e686
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/__tests__/App.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,5 @@ describe("App Component", () => {
fireEvent.click(historyItem);

await waitFor(() => expect(screen.getAllByText("Hello")[0]).toBeInTheDocument());
expect(screen.getAllByText("How are you?")[0]).toBeInTheDocument();
});
});

0 comments on commit f00e686

Please sign in to comment.