Skip to content

Commit 8db1ae0

Browse files
committed
fix: test
1 parent 57bc0f9 commit 8db1ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/paginatedTable/paginatedTable.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test.describe('PaginatedTable', () => {
2020

2121
// Get initial row count (should be first chunk)
2222
const initialVisibleRows = await paginatedTable.getRowCount();
23-
expect(initialVisibleRows).toEqual(100); // Should not show all rows initially
23+
expect(initialVisibleRows).toEqual(40); // Should not show all rows initially
2424

2525
// Get data from first visible row to verify initial chunk
2626
const firstRowData = await paginatedTable.getRowData(0);

0 commit comments

Comments
 (0)