diff --git a/testing/TestHarness/TestHarness.UITest/Ext/Navigation/Apps/Chefs/Given_Apps_Chefs.cs b/testing/TestHarness/TestHarness.UITest/Ext/Navigation/Apps/Chefs/Given_Apps_Chefs.cs new file mode 100644 index 0000000000..f2f96e519f --- /dev/null +++ b/testing/TestHarness/TestHarness.UITest/Ext/Navigation/Apps/Chefs/Given_Apps_Chefs.cs @@ -0,0 +1,16 @@ +namespace TestHarness.UITest; + +public class Given_Apps_Chefs : NavigationTestBase +{ + [Test] + public async Task When_Chefs_FavoriteRecipes_RecipeDetails() + { + InitTestSection(TestSections.Apps_Chefs); + + App.WaitThenTap("ShowAppButton"); + App.WaitThenTap("NextButton"); + App.WaitThenTap("LoginButton"); + App.WaitThenTap("FavoriteRecipesButton"); + App.WaitThenTap("RecipeDetailsButton"); + } +} diff --git a/testing/TestHarness/TestHarness/Ext/Navigation/Apps/Chefs/ChefsFavoriteRecipesPage.xaml b/testing/TestHarness/TestHarness/Ext/Navigation/Apps/Chefs/ChefsFavoriteRecipesPage.xaml index 99d60103e7..5f3668cbc4 100644 --- a/testing/TestHarness/TestHarness/Ext/Navigation/Apps/Chefs/ChefsFavoriteRecipesPage.xaml +++ b/testing/TestHarness/TestHarness/Ext/Navigation/Apps/Chefs/ChefsFavoriteRecipesPage.xaml @@ -5,11 +5,47 @@ xmlns:local="using:TestHarness.Ext.Navigation.Apps.Chefs" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:uen="using:Uno.Extensions.Navigation.UI" + xmlns:utu="using:Uno.Toolkit.UI" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}" mc:Ignorable="d"> -