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 cd0284c commit 376720bCopy full SHA for 376720b
1 file changed
test/UnitTest/Services/FullScreenServiceTest.cs
@@ -91,7 +91,7 @@ public void FullScreenOption_Ok()
91
var option = new FullScreenOption() { Element = new("test01", null), Id = "test", Selector = "test-selector" };
92
Assert.NotNull(option.Id);
93
Assert.Null(option.Element.Context);
94
- Assert.Null(option.Selector);
+ Assert.NotNull(option.Selector);
95
}
96
97
private class MockFullScreen : ComponentBase
0 commit comments