Skip to content

Commit 2d19c0c

Browse files
Temp: Remove CompositionTargetHelper reference
1 parent dc7f2f4 commit 2d19c0c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ProjectTemplate/tests/ExampleProjectTemplateTestClass.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)