From 5dfcc59f1330f9f005933d017011550b1f6d0de1 Mon Sep 17 00:00:00 2001 From: jaeone94 Date: Sat, 28 Mar 2026 12:37:24 +0900 Subject: [PATCH] fix: increase test asset node size to minimum [400, 200] --- browser_tests/assets/selection/subgraph-with-regular-node.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser_tests/assets/selection/subgraph-with-regular-node.json b/browser_tests/assets/selection/subgraph-with-regular-node.json index 1c57ce4c4c..a525ae9178 100644 --- a/browser_tests/assets/selection/subgraph-with-regular-node.json +++ b/browser_tests/assets/selection/subgraph-with-regular-node.json @@ -33,7 +33,7 @@ "id": 3, "type": "EmptyLatentImage", "pos": [800, 200], - "size": [315, 106], + "size": [400, 200], "flags": {}, "order": 1, "mode": 0,