File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,16 +67,16 @@ public void SimpleUIExamplePageTest(ExampleProjectTemplateTestPage page)
6767 }
6868
6969 // You can still do async work with a UIThreadTestMethod as well.
70- [ UIThreadTestMethod ]
70+ /* [UIThreadTestMethod]
7171 public async Task SimpleAsyncUIExamplePageTest(ExampleProjectTemplateTestPage page)
7272 {
7373 // This helper can be used to wait for a rendering pass to complete.
7474 await CompositionTargetHelper.ExecuteAfterCompositionRenderingAsync(() => { });
7575
76- /* var component = page.FindDescendant<ProjectTemplate_ClassicBinding>();
76+ var component = page.FindDescendant<ProjectTemplate_ClassicBinding>();
7777
78- Assert.IsNotNull(component);*/
79- }
78+ Assert.IsNotNull(component);
79+ }*/
8080
8181 //// ----------------------------- ADVANCED TEST SCENARIOS -----------------------------
8282
You can’t perform that action at this time.
0 commit comments