Skip to content

Commit

Permalink
fix: testing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Nov 24, 2024
1 parent 456b318 commit 110aec2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/node/nodeList.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ test.describe('Node List Tests', () => {
});

test.describe(CATEGORY_FILTER_ROWS, { tag: TAG_PRIORITY_MEDIUM }, () => {
test('should filter nodes by type', async () => {
await nodeListPage.filterByNodeType('true');
const nodeCount = await nodeListPage.getNodeCount();
expect(nodeCount).toBeGreaterThan(0);

const firstNodeData = await nodeListPage.getTableRow(0);
expect(firstNodeData.type).toContain('Master' || '主节点');
});

test('should filter nodes by type', async () => {
// Update the test to filter by type 'true' (Master)
await nodeListPage.filterByNodeType('true');
Expand Down

0 comments on commit 110aec2

Please sign in to comment.