From 49c16d9ee171e8bd664644ae63668ac4c01b609d Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Wed, 28 Apr 2021 06:41:07 -0700 Subject: [PATCH] Set Fixed RootView Width in E2ETest Fixes #7130 Should lead to test stability when the window is resized. --- .../e2e-test-app/windows/ReactUWPTestApp/MainPage.xaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/e2e-test-app/windows/ReactUWPTestApp/MainPage.xaml b/packages/e2e-test-app/windows/ReactUWPTestApp/MainPage.xaml index b8271f8221c..c418c701b99 100644 --- a/packages/e2e-test-app/windows/ReactUWPTestApp/MainPage.xaml +++ b/packages/e2e-test-app/windows/ReactUWPTestApp/MainPage.xaml @@ -8,6 +8,10 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> - +