提交 d5133b61 编写于 作者: J Jerome Laban 提交者: Mergify

chore: Adjust for node validation

(cherry picked from commit a25c6764)
上级 521ac812
......@@ -201,6 +201,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.
先完成此消息的编辑!
想要评论请 注册