Skip to content

Commit 214d389

Browse files
committed
fix: tests fix
1 parent c16f024 commit 214d389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/nodes/nodes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ test.describe('Test Nodes Paginated Table', async () => {
127127
expect(rowData).toHaveProperty('Host');
128128
expect(rowData).toHaveProperty('Uptime');
129129
expect(rowData).toHaveProperty('Memory');
130-
expect(rowData).toHaveProperty('CPU');
130+
expect(rowData).toHaveProperty('Pools');
131131
});
132132

133133
test('Column values can be retrieved correctly', async ({page}) => {

0 commit comments

Comments
 (0)