From 15fc6b02bac6be29dc2196c134a822f554ff7319 Mon Sep 17 00:00:00 2001 From: Martin Zikmund Date: Tue, 3 Sep 2024 09:43:10 +0200 Subject: [PATCH] test: Validate fluent template selector in ListView --- .../Tests/Windows_UI_Xaml_Controls/Given_ListViewBase.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_ListViewBase.cs b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_ListViewBase.cs index b945ed49008f..27b148ea66d4 100644 --- a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_ListViewBase.cs +++ b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_ListViewBase.cs @@ -3499,6 +3499,13 @@ void RemoveItem() } } + [TestMethod] + public async Task When_TemplateSelector_And_List_Reloaded_Fluent() + { + using var fluentStyles = StyleHelper.UseFluentStyles(); + await When_TemplateSelector_And_List_Reloaded(); + } + [TestMethod] public async Task When_List_Given_More_Space() {