Skip to content

Commit

Permalink
Fix a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shenglol committed Jul 18, 2024
1 parent 2c43c41 commit 25e9daf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe("Accordion", () => {
fireEvent.click(screen.getByText(`Item 2 Header`));
await screen.findByText(`Item 2 Content`);

// Act.
// Assert.
await waitFor(() => {
expect(screen.getAllByText(/Content/)).toHaveLength(1);
});
Expand Down

0 comments on commit 25e9daf

Please sign in to comment.