File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { NodeBadgeMode } from '../../src/types/nodeSource'
44import { comfyPageFixture as test } from '../fixtures/ComfyPage'
55
66test . describe ( 'Canvas Right Click Menu' , ( ) => {
7- test ( 'Can add node' , async ( { comfyPage } ) => {
7+ test . skip ( 'Can add node' , async ( { comfyPage } ) => {
88 await comfyPage . rightClickCanvas ( )
99 await expect ( comfyPage . canvas ) . toHaveScreenshot ( 'right-click-menu.png' )
1010 await comfyPage . page . getByText ( 'Add Node' ) . click ( )
Original file line number Diff line number Diff line change 11<template >
22 <BaseViewTemplate >
33 <div
4- class =" max-w-(--breakpoint-sm) flex flex-col gap-8 p-8 bg-[url('/assets/images/Git-Logo-White.svg')] bg-no-repeat bg-top-right bg-origin-padding"
4+ class =" max-w-screen-sm flex flex-col gap-8 p-8 bg-[url('/assets/images/Git-Logo-White.svg')] bg-no-repeat bg-top-right bg-origin-padding"
55 >
66 <!-- Header -->
77 <h1 class =" mt-24 text-4xl font-bold text-red-500" >
Original file line number Diff line number Diff line change 33 <div
44 class =" min-w-full min-h-full font-sans w-screen h-screen grid justify-around text-neutral-300 bg-neutral-900 dark-theme overflow-y-auto"
55 >
6- <div class =" max-w-(--breakpoint-sm) w-screen m-8 relative" >
6+ <div class =" max-w-screen-sm w-screen m-8 relative" >
77 <!-- Header -->
88 <h1 class =" backspan pi-wrench text-4xl font-bold" >
99 {{ t('maintenance.title') }}
You can’t perform that action at this time.
0 commit comments