File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public void Setup()
63
63
options . AddArguments ( "--window-size=1920,1080" ) ;
64
64
options . AddArguments ( "--start-maximized" ) ;
65
65
driver = new ChromeDriver ( Path . GetDirectoryName ( Assembly . GetExecutingAssembly ( ) . Location ) , options ) ;
66
- driver . Manage ( ) . Timeouts ( ) . ImplicitWait = TimeSpan . FromSeconds ( 10 ) ;
66
+ driver . Manage ( ) . Timeouts ( ) . ImplicitWait = TimeSpan . FromSeconds ( 60 ) ;
67
67
}
68
68
69
69
[ TestCleanup ( ) ]
@@ -124,7 +124,7 @@ public void AdminAppSubscriptionsPageFetchAll()
124
124
gotoSubscriptionsPageFromTile ( ) ;
125
125
126
126
//Act
127
- driver . FindElement ( By . XPath ( "//span [@class='cm-section-heading']/following-sibling::a " ) ) . Click ( ) ;
127
+ driver . FindElement ( By . XPath ( "//a [@class='btn btn-secondary cm-button'] " ) ) . Click ( ) ;
128
128
129
129
//Click OK for Javascript confirm on Fetch Click
130
130
IAlert alert = driver . SwitchTo ( ) . Alert ( ) ;
You can’t perform that action at this time.
0 commit comments