We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48e9c17 + f8cb3b7 commit 1b2395cCopy full SHA for 1b2395c
tests/ui/PaginationTest.tsx
@@ -339,6 +339,7 @@ describe('Pagination', () => {
339
340
// Simulate the maintainVisibleContentPosition scroll adjustment, so it is now possible to scroll down more.
341
scrollToOffset(500);
342
+ await waitForBatchedUpdatesWithAct();
343
scrollToOffset(0);
344
await waitForBatchedUpdatesWithAct();
345
@@ -354,6 +355,7 @@ describe('Pagination', () => {
354
355
mockGetNewerActions(0);
356
357
358
359
360
361
0 commit comments