From 77adf77935a512563fcf4c07ab0001545d641585 Mon Sep 17 00:00:00 2001 From: Rosario Pulella Date: Wed, 30 Sep 2020 14:52:47 -0400 Subject: [PATCH 1/6] Adpat UITests to support multiple tests --- UITests/UITests.App/MainPage.xaml | 11 ++++++--- UITests/UITests.App/MainPage.xaml.cs | 7 ++++-- UITests/UITests.App/Pages/SimpleTest.xaml | 13 ++++++++++ UITests/UITests.App/Pages/SimpleTest.xaml.cs | 25 ++++++++++++++++++++ UITests/UITests.App/UITests.App.csproj | 9 ++++++- UITests/UITests.Tests.Shared/Tests.cs | 12 +++++++++- 6 files changed, 70 insertions(+), 7 deletions(-) create mode 100644 UITests/UITests.App/Pages/SimpleTest.xaml create mode 100644 UITests/UITests.App/Pages/SimpleTest.xaml.cs diff --git a/UITests/UITests.App/MainPage.xaml b/UITests/UITests.App/MainPage.xaml index d38db07e3e3..a9491449baa 100644 --- a/UITests/UITests.App/MainPage.xaml +++ b/UITests/UITests.App/MainPage.xaml @@ -9,11 +9,16 @@ Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + + + + - -