test: align collapsed agent camera padding
Generic Container CI/CD / test-build-publish (push) Successful in 2m9s
Frontend CI/CD / build-test-publish-and-deploy (push) Successful in 2m40s

This commit is contained in:
2026-08-19 18:00:40 +08:00
parent 229cb0def2
commit db696eb4f1
+2 -2
View File
@@ -18,7 +18,7 @@ describe("workbench camera padding", () => {
{ {
agentOpen: false, agentOpen: false,
conditionOpen: false, conditionOpen: false,
expected: { top: 72, right: 72, bottom: 32, left: 96 } expected: { top: 72, right: 72, bottom: 32, left: 24 }
}, },
{ {
agentOpen: true, agentOpen: true,
@@ -28,7 +28,7 @@ describe("workbench camera padding", () => {
{ {
agentOpen: false, agentOpen: false,
conditionOpen: true, conditionOpen: true,
expected: { top: 72, right: 504, bottom: 32, left: 96 } expected: { top: 72, right: 504, bottom: 32, left: 24 }
}, },
{ {
agentOpen: true, agentOpen: true,