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 b7c46bc commit 929cd6dCopy full SHA for 929cd6d
1 file changed
test/UnitTest/Components/TreeViewTest.cs
@@ -3,8 +3,6 @@
3
// See the LICENSE file in the project root for more information.
4
// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
5
6
-using System.Threading.Tasks;
7
-
8
namespace UnitTest.Components;
9
10
public class TreeViewTest : BootstrapBlazorTestBase
@@ -1051,12 +1049,6 @@ public void ShowSearch_Ok()
1051
1049
});
1052
1050
1053
cut.Contains("search-template");
1054
1055
- cut.SetParametersAndRender(pb =>
1056
- {
1057
- pb.Add(a => a.IsFixedSearch, true);
1058
- });
1059
- cut.Contains("is-fixed-search");
1060
}
1061
1062
[Fact]
0 commit comments