File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ public void ShouldUpdateWallpaper()
3030 {
3131 driver . FindElementByXPath ( "//Window[@Name='Select Language']" ) . Click ( ) ;
3232 driver . FindElementByXPath ( "//Button[@Name='OK']" ) . Click ( ) ;
33- Thread . Sleep ( TimeSpan . FromSeconds ( 5 ) ) ;
33+ Thread . Sleep ( TimeSpan . FromSeconds ( 2 ) ) ;
3434
3535 if ( HandleLocationPrompt ( ) ) Thread . Sleep ( TimeSpan . FromSeconds ( 2 ) ) ;
3636 driver . SwitchTo ( ) . Window ( driver . WindowHandles [ 0 ] ) ;
3737 driver . FindElementByXPath ( "//Window[@Name='Configure Schedule']" ) . Click ( ) ;
3838 driver . FindElementByAccessibilityId ( "radioButton1" ) . Click ( ) ;
3939 driver . FindElementByAccessibilityId ( "locationBox" ) . SendKeys ( "New York NY" ) ;
4040 driver . FindElementByXPath ( "//Button[@Name='OK']" ) . Click ( ) ;
41- Thread . Sleep ( TimeSpan . FromSeconds ( 2 ) ) ;
42- driver . FindElementByXPath ( "//Button[@Name='Yes']" ) . Click ( ) ;
4341 Thread . Sleep ( TimeSpan . FromSeconds ( 5 ) ) ;
42+ driver . FindElementByXPath ( "//Button[@Name='Yes']" ) . Click ( ) ;
43+ Thread . Sleep ( TimeSpan . FromSeconds ( 2 ) ) ;
4444
4545 driver . SwitchTo ( ) . Window ( driver . WindowHandles [ 0 ] ) ;
4646 driver . FindElementByXPath ( "//Window[@Name='Select Theme']" ) . Click ( ) ;
You can’t perform that action at this time.
0 commit comments