mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 06:19:58 +00:00
fix: zoom out more in mask editor test
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user