We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1c412 commit 48e7196Copy full SHA for 48e7196
test/SystemTests.cs
@@ -32,7 +32,7 @@ public void ShouldUpdateWallpaper()
32
driver.FindElementByXPath("//Button[@Name='OK']").Click();
33
Thread.Sleep(TimeSpan.FromSeconds(2));
34
35
- if (HandleLocationPrompt()) Thread.Sleep(TimeSpan.FromSeconds(2));
+ if (HandleLocationPrompt()) Thread.Sleep(TimeSpan.FromSeconds(5));
36
driver.SwitchTo().Window(driver.WindowHandles[0]);
37
driver.FindElementByXPath("//Window[@Name='Configure Schedule']").Click();
38
driver.FindElementByAccessibilityId("radioButton3").Click();
0 commit comments