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 01b9ad4 commit 38f77eeCopy full SHA for 38f77ee
test/UnitTest/Components/DialogTest.cs
@@ -64,7 +64,9 @@ await cut.InvokeAsync(() => dialog.Show(new DialogOption()
64
return Task.CompletedTask;
65
}
66
}));
67
- Assert.Contains("<svg", cut.Markup);
+
68
+ // 由于设置了 ShowMaximizeButton 导致 ShowResize 参数失效
69
+ Assert.DoesNotContain("<svg", cut.Markup);
70
Assert.Contains("data-bs-backdrop=\"static\"", cut.Markup);
71
72
// 全屏按钮
0 commit comments