Skip to content

Commit

Permalink
attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
slax57 committed Jan 24, 2025
1 parent dafc44b commit c5a258b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-react-admin/src/generateAppTestFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test("should pass", async () => {
// Open the first post
await screen.findByText("Posts", undefined, { timeout: 4000 });
fireEvent.click(
await screen.findByText("Post 1", undefined, { timeout: 4000 }),
await screen.findByText("Post 1", undefined, { timeout: 8000 }),
);
fireEvent.click(
await screen.findByText("Edit", undefined, { timeout: 4000 }),
Expand Down

0 comments on commit c5a258b

Please sign in to comment.