File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,17 @@ public void ShouldUpdateWallpaper()
2626 {
2727 driver . FindElementByXPath ( "//Window[@Name='Select Language']" ) . Click ( ) ;
2828 driver . FindElementByXPath ( "//Button[@Name='OK']" ) . Click ( ) ;
29- Thread . Sleep ( TimeSpan . FromSeconds ( 1 ) ) ;
29+ Thread . Sleep ( TimeSpan . FromSeconds ( 5 ) ) ;
3030
3131 driver . SwitchTo ( ) . Window ( driver . WindowHandles [ 0 ] ) ;
3232 driver . FindElementByXPath ( "//Window[@Name='Configure Schedule']" ) . Click ( ) ;
3333 driver . FindElementByAccessibilityId ( "radioButton1" ) . Click ( ) ;
3434 driver . FindElementByAccessibilityId ( "locationBox" ) . SendKeys ( "New York NY" ) ;
3535 driver . FindElementByXPath ( "//Button[@Name='OK']" ) . Click ( ) ;
36+ Thread . Sleep ( TimeSpan . FromSeconds ( 2 ) ) ;
3637 driver . SwitchTo ( ) . Window ( driver . WindowHandles . Last ( ) ) ;
3738 driver . FindElementByXPath ( "//Button[@Name='Yes']" ) . Click ( ) ;
38- Thread . Sleep ( TimeSpan . FromSeconds ( 1 ) ) ;
39+ Thread . Sleep ( TimeSpan . FromSeconds ( 5 ) ) ;
3940
4041 driver . SwitchTo ( ) . Window ( driver . WindowHandles [ 0 ] ) ;
4142 driver . FindElementByXPath ( "//Window[@Name='Select Theme']" ) . Click ( ) ;
You can’t perform that action at this time.
0 commit comments