From 383a551ce0d071f4e35b5d01d9a9ecefa873e94f Mon Sep 17 00:00:00 2001 From: Martin Zikmund Date: Fri, 6 Dec 2024 15:18:18 +0100 Subject: [PATCH] test: Enable missing test on ScrollViewer --- .../Tests/Windows_UI_Xaml_Controls/Given_ScrollViewer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_ScrollViewer.cs b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_ScrollViewer.cs index de0a25f9ede2..1246a0e13ffb 100644 --- a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_ScrollViewer.cs +++ b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_ScrollViewer.cs @@ -1511,6 +1511,7 @@ public async Task When_SCP_Content_EmptySized_WithMargin_LayoutCycle() await UITestHelper.Load(SUT, x => x.IsLoaded); } + [TestMethod] public async Task When_Zero_Size_With_Margin() { var SUT = new ScrollViewer()