update tests

This commit is contained in:
Terry Jia
2025-07-23 22:49:28 -04:00
parent 0066fdf0b7
commit e4085bdeb4

View File

@@ -9,6 +9,10 @@ import {
import { type NodeReference } from '../fixtures/utils/litegraphUtils'
test.describe('Item Interaction', () => {
test.beforeEach(async ({ comfyPage }) => {
await comfyPage.setSetting('Comfy.Minimap.Visible', false)
})
test('Can select/delete all items', async ({ comfyPage }) => {
await comfyPage.loadWorkflow('mixed_graph_items')
await comfyPage.canvas.press('Control+a')