Skip to content

Commit 48e7196

Browse files
committed
Increase wait for location prompt in test
1 parent ec1c412 commit 48e7196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SystemTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public void ShouldUpdateWallpaper()
3232
driver.FindElementByXPath("//Button[@Name='OK']").Click();
3333
Thread.Sleep(TimeSpan.FromSeconds(2));
3434

35-
if (HandleLocationPrompt()) Thread.Sleep(TimeSpan.FromSeconds(2));
35+
if (HandleLocationPrompt()) Thread.Sleep(TimeSpan.FromSeconds(5));
3636
driver.SwitchTo().Window(driver.WindowHandles[0]);
3737
driver.FindElementByXPath("//Window[@Name='Configure Schedule']").Click();
3838
driver.FindElementByAccessibilityId("radioButton3").Click();

0 commit comments

Comments
 (0)