mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
fix: update ComfyQueueButton test stubs for DropdownMenu wrapper
This commit is contained in:
@@ -89,11 +89,11 @@ function createWrapper() {
|
||||
},
|
||||
stubs: {
|
||||
BatchCountEdit: BatchCountEditStub,
|
||||
DropdownMenuRoot: { template: '<div><slot /></div>' },
|
||||
DropdownMenuTrigger: { template: '<div><slot /></div>' },
|
||||
DropdownMenuPortal: { template: '<div><slot /></div>' },
|
||||
DropdownMenuContent: { template: '<div><slot /></div>' },
|
||||
DropdownMenuItem: { template: '<div><slot /></div>' }
|
||||
DropdownMenu: {
|
||||
template: '<div><slot name="button" /><slot :item-class="\'\'" /></div>'
|
||||
},
|
||||
DropdownMenuItem: { template: '<div><slot /></div>' },
|
||||
DropdownMenuSeparator: { template: '<div />' }
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user