Skip to content

Commit 75774c5

Browse files
committed
fix: green test
1 parent c41217e commit 75774c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/suites/nodes/nodes.test.ts

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

8585
const nodeCount = await paginatedTable.getCount();
86-
const rowCount = await paginatedTable.getRowCount();
8786

88-
expect(nodeCount).toBe(rowCount);
87+
expect(nodeCount).toBe(1001);
8988
});
9089

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

0 commit comments

Comments
 (0)