mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
update tests
This commit is contained in:
@@ -9,6 +9,10 @@ import {
|
|||||||
import { type NodeReference } from '../fixtures/utils/litegraphUtils'
|
import { type NodeReference } from '../fixtures/utils/litegraphUtils'
|
||||||
|
|
||||||
test.describe('Item Interaction', () => {
|
test.describe('Item Interaction', () => {
|
||||||
|
test.beforeEach(async ({ comfyPage }) => {
|
||||||
|
await comfyPage.setSetting('Comfy.Minimap.Visible', false)
|
||||||
|
})
|
||||||
|
|
||||||
test('Can select/delete all items', async ({ comfyPage }) => {
|
test('Can select/delete all items', async ({ comfyPage }) => {
|
||||||
await comfyPage.loadWorkflow('mixed_graph_items')
|
await comfyPage.loadWorkflow('mixed_graph_items')
|
||||||
await comfyPage.canvas.press('Control+a')
|
await comfyPage.canvas.press('Control+a')
|
||||||
|
|||||||
Reference in New Issue
Block a user