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 3972bef commit bf02eb3Copy full SHA for bf02eb3
test/UnitTest/Services/DrawerServiceTest.cs
@@ -22,7 +22,8 @@ public async Task Show_Ok()
22
OnClickBackdrop = () => Task.CompletedTask,
23
OnCloseAsync = () => Task.CompletedTask,
24
Placement = Placement.Bottom,
25
- ShowBackdrop = true
+ ShowBackdrop = true,
26
+ BodyContext = "test-body-context"
27
};
28
var service = Context.Services.GetRequiredService<DrawerService>();
29
var cut = Context.RenderComponent<BootstrapBlazorRoot>();
0 commit comments