test: update onboarding wizard step fixtures · openclaw/openclaw@d6f84a4
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
File tree
apps/macos/Tests/OpenClawIPCTests
| Original file line number | Diff line number | Diff line change |
|---|
@@ -14,6 +14,7 @@ struct OnboardingWizardStepViewTests {
|
14 | 14 | type: ProtoAnyCodable("note"), |
15 | 15 | title: "Welcome", |
16 | 16 | message: "Hello", |
| 17 | + format: nil, |
17 | 18 | options: nil, |
18 | 19 | initialvalue: nil, |
19 | 20 | placeholder: nil, |
@@ -33,6 +34,7 @@ struct OnboardingWizardStepViewTests {
|
33 | 34 | type: ProtoAnyCodable("select"), |
34 | 35 | title: "Mode", |
35 | 36 | message: "Choose a mode", |
| 37 | + format: nil, |
36 | 38 | options: options, |
37 | 39 | initialvalue: ProtoAnyCodable("local"), |
38 | 40 | placeholder: nil, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。