Skip to content

Commit ac47351

Browse files
committed
chore: test
1 parent 08accad commit ac47351

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

testing/TestHarness/TestHarness.UITest/Ext/Navigation/Dialogs/Given_ContentDialog.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ public async Task When_SimpleContentDialog(string dialogButton, int delayInSecon
1313
App.WaitThenTap("ContentDialogsButton");
1414

1515
App.WaitElement("DialogsContentDialogsPage");
16+
App.Wait(TimeSpan.FromSeconds(1));
1617
var screenBefore = TakeScreenshot("When_Dialog_Before");
17-
App.Tap(dialogButton);
18+
App.FastTap(dialogButton);
1819
App.Wait(TimeSpan.FromMilliseconds(500)); // Make sure the dialog is showing completely
1920
var screenAfter = TakeScreenshot("When_Dialog_After");
2021
ImageAssert.AreNotEqual(screenBefore, screenAfter);

0 commit comments

Comments
 (0)