Skip to content

Commit

Permalink
revert not working tes change
Browse files Browse the repository at this point in the history
  • Loading branch information
wildan-m committed Feb 5, 2025
1 parent 37040df commit 0739db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ReportActionItemSingleTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('ReportActionItemSingle', () => {
const expectedSecondaryIconTestId = 'SvgDefaultAvatar_w Icon';

await setup();
waitForBatchedUpdates().then(() => {
await waitFor(() => {
expect(screen.getByTestId(expectedSecondaryIconTestId)).toBeOnTheScreen();
});
});
Expand Down

0 comments on commit 0739db9

Please sign in to comment.