diff --git a/testing/TestHarness/TestHarness.UITest/Ext/Navigation/Dialogs/Given_ContentDialog.cs b/testing/TestHarness/TestHarness.UITest/Ext/Navigation/Dialogs/Given_ContentDialog.cs index 8fba18ec03..d857780a82 100644 --- a/testing/TestHarness/TestHarness.UITest/Ext/Navigation/Dialogs/Given_ContentDialog.cs +++ b/testing/TestHarness/TestHarness.UITest/Ext/Navigation/Dialogs/Given_ContentDialog.cs @@ -15,7 +15,7 @@ public async Task When_SimpleContentDialog(string dialogButton, int delayInSecon App.WaitElement("DialogsContentDialogsPage"); var screenBefore = TakeScreenshot("When_Dialog_Before"); App.Tap(dialogButton); - await Task.Delay(500); // Make sure the dialog is showing completely + await Task.Delay(1000); // Make sure the dialog is showing completely var screenAfter = TakeScreenshot("When_Dialog_After"); ImageAssert.AreNotEqual(screenBefore, screenAfter); diff --git a/testing/TestHarness/TestHarness.UITest/Ext/Navigation/Dialogs/Given_FlyoutDialog.cs b/testing/TestHarness/TestHarness.UITest/Ext/Navigation/Dialogs/Given_FlyoutDialog.cs index c0fbbc0eb5..a8c44d43d6 100644 --- a/testing/TestHarness/TestHarness.UITest/Ext/Navigation/Dialogs/Given_FlyoutDialog.cs +++ b/testing/TestHarness/TestHarness.UITest/Ext/Navigation/Dialogs/Given_FlyoutDialog.cs @@ -16,7 +16,7 @@ public async Task When_FlyoutsButton(string dialogButton, int delayInSeconds, bo App.WaitElement("DialogsFlyoutsPage"); var screenBefore = TakeScreenshot("When_Dialog_Before"); App.Tap(dialogButton); - await Task.Delay(500); // Make sure the dialog is showing completely + await Task.Delay(1000); // Make sure the dialog is showing completely var screenAfter = TakeScreenshot("When_Dialog_After"); ImageAssert.AreNotEqual(screenBefore, screenAfter); diff --git a/testing/TestHarness/TestHarness/Ext/Navigation/Dialogs/ContentDialogsPage.xaml b/testing/TestHarness/TestHarness/Ext/Navigation/Dialogs/ContentDialogsPage.xaml index d7cc99b949..f903d57df1 100644 --- a/testing/TestHarness/TestHarness/Ext/Navigation/Dialogs/ContentDialogsPage.xaml +++ b/testing/TestHarness/TestHarness/Ext/Navigation/Dialogs/ContentDialogsPage.xaml @@ -14,8 +14,7 @@ - + @@ -41,8 +40,8 @@