We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75a508 commit 9fc1204Copy full SHA for 9fc1204
test/UnitTest/Components/TreeViewTest.cs
@@ -156,7 +156,9 @@ public async Task CheckCascadeState_Ok()
156
// 根节点
157
var nodes = TreeFoo.CascadingTree(items);
158
nodes[0].IsExpand = true;
159
+ Assert.Equal("Node1", nodes[0].Text);
160
nodes[1].IsExpand = true;
161
+ Assert.Equal("Node2", nodes[1].Text);
162
163
var cut = Context.RenderComponent<TreeView<TreeFoo>>(pb =>
164
{
0 commit comments