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 5e92087 commit ae92b68Copy full SHA for ae92b68
test/UnitTest/Components/TreeViewTest.cs
@@ -516,7 +516,7 @@ public async Task IsVirtualize_Ok()
516
pb.Add(a => a.IsVirtualize, false);
517
pb.Add(a => a.Items, items);
518
});
519
- cut.Contains("tree-root scroll");
+ cut.Contains("tree-root");
520
521
cut.SetParametersAndRender(pb =>
522
{
@@ -537,7 +537,7 @@ public async Task IsVirtualize_Ok()
537
return [node1, node2];
538
539
540
- cut.Contains("tree-root is-virtual scroll");
+ cut.Contains("tree-root is-virtual");
541
542
// 触发第一个节点展开
543
await cut.InvokeAsync(() => cut.Find(".node-icon.visible").Click());
0 commit comments