File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
components/SettingsControls/tests Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,20 @@ namespace SettingsControlsExperiment.Tests;
1111[ TestClass ]
1212public partial class SettingsCardTestClass : VisualUITestBase
1313{
14+ [ UIThreadTestMethod ]
15+ public void EmptyNameTest ( SettingsCard card )
16+ {
17+ // See https://github.com/CommunityToolkit/Windows/issues/310#issue-2066181868
18+ card . Name = string . Empty ;
19+ }
20+
21+ [ UIThreadTestMethod ]
22+ public void EmptyDescriptionTest ( SettingsCard card )
23+ {
24+ // See https://github.com/CommunityToolkit/Windows/issues/310#issue-2066181868
25+ card . Description = string . Empty ;
26+ }
27+
1428 // If you don't need access to UI objects directly or async code, use this pattern.
1529 [ TestMethod ]
1630 public void SimpleSynchronousExampleTest ( )
You can’t perform that action at this time.
0 commit comments