Skip to content

Commit 6eab133

Browse files
committed
fix: tests
1 parent 0b47dbc commit 6eab133

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/suites/nodes/nodes.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ test.describe('Test Nodes Paginated Table', async () => {
8383
await paginatedTable.waitForTableData();
8484

8585
const nodeCount = await paginatedTable.getCount();
86+
const rowCount = await paginatedTable.getRowCount();
8687

87-
expect(nodeCount).toBe(1001);
88+
expect(nodeCount).toBe(rowCount);
8889
});
8990

9091
test('Uptime values are displayed in correct format', async ({page}) => {

0 commit comments

Comments
 (0)