[Test] Skip tests on removed group node menu

This commit is contained in:
filtered
2025-06-25 20:51:04 -07:00
parent 4df20a3055
commit 586f882423
2 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ test.describe('Canvas Right Click Menu', () => {
await expect(comfyPage.canvas).toHaveScreenshot('add-group-group-added.png')
})
test('Can convert to group node', async ({ comfyPage }) => {
test.skip('Can convert to group node', async ({ comfyPage }) => {
await comfyPage.select2Nodes()
await expect(comfyPage.canvas).toHaveScreenshot('selected-2-nodes.png')
await comfyPage.rightClickCanvas()