test: update onboarding wizard step fixtures

This commit is contained in:
Peter Steinberger
2026-05-02 02:47:34 +01:00
parent c1996f5d75
commit d6f84a4114

View File

@@ -14,6 +14,7 @@ struct OnboardingWizardStepViewTests {
type: ProtoAnyCodable("note"),
title: "Welcome",
message: "Hello",
format: nil,
options: nil,
initialvalue: nil,
placeholder: nil,
@@ -33,6 +34,7 @@ struct OnboardingWizardStepViewTests {
type: ProtoAnyCodable("select"),
title: "Mode",
message: "Choose a mode",
format: nil,
options: options,
initialvalue: ProtoAnyCodable("local"),
placeholder: nil,