fix: zoom out more in mask editor test

This commit is contained in:
bymyself
2025-12-13 19:34:17 -08:00
parent 21aeb5a96b
commit ce9beb5371

View File

@@ -14,7 +14,7 @@ test.describe('Vue Nodes Mask Editor', () => {
}) => {
await comfyPage.loadWorkflow('widgets/load_image_widget')
await comfyPage.vueNodes.waitForNodes()
await comfyPage.zoom(100, 3)
await comfyPage.zoom(100, 15)
const imagePreview = comfyPage.page.locator('.image-preview img')
await expect(imagePreview).toBeVisible()