fix: zoom out in mask editor test to keep toolbox in viewport

This commit is contained in:
bymyself
2025-12-13 03:51:32 -08:00
parent b93c7a55c4
commit cd486a3ce5

View File

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