Skip to content

Commit 6e88d4d

Browse files
committed
test: Test works! Update expectations
1 parent 44e05e3 commit 6e88d4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

browser_tests/tests/propertiesPanel/propertiesPanel.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ test.describe('Properties panel', () => {
1010

1111
await comfyPage.selectNodes(['KSampler', 'CLIP Text Encode (Prompt)'])
1212

13-
await expect(page.getByText('2 nodes selected')).toBeVisible()
13+
await expect(page.getByText('3 nodes selected')).toBeVisible()
1414

15-
await expect(page.getByText('KSampler')).toHaveCount(2)
15+
await expect(page.getByText('KSampler')).toHaveCount(1) // Will be 2 in Vue mode
1616
})
1717
})

0 commit comments

Comments
 (0)