Skip to content

Commit fc025bc

Browse files
committed
test: 更新单元测试
1 parent 71d28eb commit fc025bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/UnitTest/Components/TabTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public async Task ContextMenu_Ok()
3333
pb.AddChildContent<Tab>(pb =>
3434
{
3535
pb.Add(a => a.ShowContextMenu, true);
36+
pb.Add(a => a.ShowContextMenuFullScreen, true);
3637
pb.AddChildContent<TabItem>(pb =>
3738
{
3839
pb.Add(a => a.IsDisabled, true);

0 commit comments

Comments
 (0)