diff --git a/playground/Stress/Stress.AppHost/InteractionCommands.cs b/playground/Stress/Stress.AppHost/InteractionCommands.cs index a3382b2af4b..5c7e4bd0ae9 100644 --- a/playground/Stress/Stress.AppHost/InteractionCommands.cs +++ b/playground/Stress/Stress.AppHost/InteractionCommands.cs @@ -125,6 +125,7 @@ public static IResourceBuilder AddInteractionCommands(this IResourceBuilde KeyValuePair.Create("fish-pie", "Fish pie"), KeyValuePair.Create("soup", "Soup"), KeyValuePair.Create("beef-stew", "Beef stew"), + KeyValuePair.Create("welsh-pie", "Llanfair­pwllgwyngyll­gogery­chwyrn­drobwll­llan­tysilio­gogo­goch pie"), ] }; var numberOfPeopleInput = new InteractionInput { InputType = InputType.Number, Label = "Number of people", Placeholder = "Enter number of people", Value = "2", Required = true };