提交 a25c6764 编写于 作者: J Jerome Laban

chore: Adjust for node validation

上级 33aeabf3
......@@ -204,6 +204,12 @@ public class Given_TreeView
child3Node.IsExpanded = true;
await TestServices.WindowHelper.WaitForIdle();
#if HAS_UNO
Assert.AreEqual(
1,
SUT.myTree.FindChildren<TextBlock>().Count(c => c.Text == "Child 21"));
#endif
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册