mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
- Add errorDialog.spec.ts (7 tests): configure/prompt errors, show report, copy to clipboard, find issues on GitHub, contact support - Add errorOverlay.spec.ts (11 tests): error count labels, per-type button labels (missing nodes/models/media), multiple error types fallback, See Errors flow (open panel, dismiss, close) - Migrate Error dialog tests from dialog.spec.ts to errorDialog.spec.ts - Consolidate errorOverlaySeeErrors.spec.ts into errorOverlay.spec.ts - Add data-testid attributes to ErrorDialogContent and FindIssueButton - Add missing_nodes_and_media.json test asset for compound error scenarios
73 lines
1.4 KiB
JSON
73 lines
1.4 KiB
JSON
{
|
|
"last_node_id": 10,
|
|
"last_link_id": 0,
|
|
"nodes": [
|
|
{
|
|
"id": 1,
|
|
"type": "UNKNOWN NODE",
|
|
"pos": [48, 86],
|
|
"size": [358, 314],
|
|
"flags": {},
|
|
"order": 0,
|
|
"mode": 0,
|
|
"inputs": [
|
|
{
|
|
"name": "image",
|
|
"type": "IMAGE",
|
|
"link": null,
|
|
"slot_index": 0
|
|
}
|
|
],
|
|
"outputs": [
|
|
{
|
|
"name": "STRING",
|
|
"type": "STRING",
|
|
"links": [],
|
|
"slot_index": 0,
|
|
"shape": 6
|
|
}
|
|
],
|
|
"properties": {
|
|
"Node name for S&R": "UNKNOWN NODE"
|
|
},
|
|
"widgets_values": ["wd-v1-4-moat-tagger-v2", 0.35, 0.85, false, false, ""]
|
|
},
|
|
{
|
|
"id": 10,
|
|
"type": "LoadImage",
|
|
"pos": [450, 86],
|
|
"size": [315, 314],
|
|
"flags": {},
|
|
"order": 1,
|
|
"mode": 0,
|
|
"inputs": [],
|
|
"outputs": [
|
|
{
|
|
"name": "IMAGE",
|
|
"type": "IMAGE",
|
|
"links": null
|
|
},
|
|
{
|
|
"name": "MASK",
|
|
"type": "MASK",
|
|
"links": null
|
|
}
|
|
],
|
|
"properties": {
|
|
"Node name for S&R": "LoadImage"
|
|
},
|
|
"widgets_values": ["nonexistent_test_image_12345.png", "image"]
|
|
}
|
|
],
|
|
"links": [],
|
|
"groups": [],
|
|
"config": {},
|
|
"extra": {
|
|
"ds": {
|
|
"offset": [0, 0],
|
|
"scale": 1
|
|
}
|
|
},
|
|
"version": 0.4
|
|
}
|