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 2c1867c commit 6f5bacaCopy full SHA for 6f5baca
test/UnitTest/Services/FullScreenServiceTest.cs
@@ -17,6 +17,7 @@ public async Task ButtonIcon_Ok()
17
{
18
builder.Add(s => s.Icon, "fa-solid fa-maximize");
19
builder.Add(s => s.Text, "button-text");
20
+ builder.Add(s => s.TargetId, "fsId");
21
});
22
cut.Contains("bb-fs-off");
23
cut.Contains("bb-fs-on");
0 commit comments