Skip to content

Commit efca9a8

Browse files
committed
fix: test
1 parent 9421525 commit efca9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/tenant/diagnostics/tabs/queries.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ test.describe('Diagnostics Queries tab', async () => {
269269

270270
// Get the number of rows and select a row that requires scrolling (should be 100 from mock)
271271
const rowCount = await diagnostics.table.getRowCount();
272-
expect(rowCount).toBe(8); // Verify we have the expected 100 rows from mock
272+
expect(rowCount).toBe(9); // Verify we have the expected 100 rows from mock
273273

274274
// Target a row further down that requires scrolling
275275
const targetRowIndex = 8;

0 commit comments

Comments
 (0)