Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ test.describe('Vue Nodes Image Preview', () => {
return imagePreview
}

test('opens mask editor from image preview button', async ({ comfyPage }) => {
test.fixme('opens mask editor from image preview button', async ({
comfyPage
}) => {
const imagePreview = await loadImageOnNode(comfyPage)

await imagePreview.locator('[role="img"]').hover()
Expand All @@ -38,7 +40,7 @@ test.describe('Vue Nodes Image Preview', () => {
await expect(comfyPage.page.locator('.mask-editor-dialog')).toBeVisible()
})

test('shows image context menu options', async ({ comfyPage }) => {
test.fixme('shows image context menu options', async ({ comfyPage }) => {
await loadImageOnNode(comfyPage)

const nodeHeader = comfyPage.vueNodes.getNodeByTitle('Load Image')
Expand Down
Loading