Skip to content

Commit

Permalink
test: add manual test description
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam committed Oct 25, 2024
1 parent 6944ff1 commit 829456e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ namespace MUXControlsTestApp
[SampleControlInfo(
"MUX",
"PersonPictureLateBinding",
description: "Shows a PersonPicture control and a Textblock with a name. \n" +
"The PersonPicture control image is set after 1 second delay. \n" +
"The image should be displayed after the delay.",
isManualTest: true)]
#pragma warning disable UXAML0002 // does not explicitly define the Microsoft.UI.Xaml.Controls.UserControl base type in code behind.
public sealed partial class PersonPictureLateBindingPage
Expand Down

0 comments on commit 829456e

Please sign in to comment.