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 012bfba commit 7a31637Copy full SHA for 7a31637
test/UnitTest/Components/LayoutTest.cs
@@ -68,10 +68,8 @@ public void IsPage_OK()
68
var cut = Context.RenderComponent<Layout>(pb =>
69
{
70
pb.Add(a => a.IsPage, true);
71
- pb.Add(a => a.UseTabSet, true);
72
- pb.Add(a => a.IsFixedTabHeader, true);
73
});
74
- Assert.Contains("--bb-layout-height: 100vh;", cut.Markup);
+ Assert.Contains("is-page", cut.Markup);
75
}
76
77
[Fact]
0 commit comments