We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57bc0f9 commit 8db1ae0Copy full SHA for 8db1ae0
tests/suites/paginatedTable/paginatedTable.test.ts
@@ -20,7 +20,7 @@ test.describe('PaginatedTable', () => {
20
21
// Get initial row count (should be first chunk)
22
const initialVisibleRows = await paginatedTable.getRowCount();
23
- expect(initialVisibleRows).toEqual(100); // Should not show all rows initially
+ expect(initialVisibleRows).toEqual(40); // Should not show all rows initially
24
25
// Get data from first visible row to verify initial chunk
26
const firstRowData = await paginatedTable.getRowData(0);
0 commit comments