Skip to content

Commit

Permalink
test: Validate fluent template selector in ListView
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Sep 3, 2024
1 parent 0ac0327 commit 15fc6b0
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 15fc6b0

Please sign in to comment.