From d7ca569c2d5215cf2f22ff2363a813b3686c5ba9 Mon Sep 17 00:00:00 2001 From: Rosario Pulella Date: Wed, 30 Sep 2020 14:52:47 -0400 Subject: [PATCH 1/2] 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 | 14 +++++++ UITests/UITests.App/Pages/SimpleTest.xaml.cs | 39 ++++++++++++++++++++ UITests/UITests.App/UITests.App.csproj | 9 ++++- UITests/UITests.Tests.Shared/Tests.cs | 12 +++++- 6 files changed, 85 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}"> + + + + - -