Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
FeimeiChen committed Oct 5, 2024
1 parent 1bfb43f commit 9101ee0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('GroupingPathCell', () => {
() => {
expect(screen.queryByText('copied!')).not.toBeInTheDocument();
},
{ timeout: 2000 }
{ timeout: 3000 }
);

// Check the 'copy' text appears again
Expand Down

0 comments on commit 9101ee0

Please sign in to comment.