Skip to content

Commit a3f7e33

Browse files
committed
test: 更新 Table 单元测试
1 parent f65c4ab commit a3f7e33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/UnitTest/Components/TableTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7700,7 +7700,6 @@ public async Task GetValue_LookupServiceKey_Null()
77007700

77017701
var table = cut.FindComponent<MockTable>();
77027702
await cut.InvokeAsync(() => table.Instance.QueryAsync());
7703-
cut.WaitForElement("[data-bs-original-title=\"True\"]");
77047703
}
77057704

77067705
[Fact]
@@ -7728,7 +7727,6 @@ public async Task GetValue_LookupServiceKey_NullText()
77287727

77297728
var table = cut.FindComponent<MockTable>();
77307729
await cut.InvokeAsync(() => table.Instance.QueryAsync());
7731-
cut.WaitForElement("[data-bs-original-title=\"True\"]");
77327730
}
77337731

77347732
[Fact]

0 commit comments

Comments
 (0)