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 ad15348 commit 5beace3Copy full SHA for 5beace3
test/UnitTest/Services/MaskServiceTest.cs
@@ -66,7 +66,8 @@ await maskService.Show(new MaskOption()
66
Opacity = 0.5f,
67
ZIndex = 1050,
68
ChildContent = builder => builder.AddContent(0, "test-mask-content"),
69
- ContainerId = "test-9527"
+ ContainerId = "test-9527",
70
+ Selector = "test-mask-selector"
71
});
72
73
0 commit comments