File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,6 @@ protected ManyToolsForm(String name) {
25
25
public T open () {
26
26
AqualityServices .get (IActionRetrier .class ).doWithRetry (() -> {
27
27
AqualityServices .getBrowser ().goTo (BASE_URL + getUrlPart ());
28
- AqualityServices .getBrowser ().waitForPageToLoad ();
29
- if (btnAgree .state ().isDisplayed ())
30
- {
31
- btnAgree .click ();
32
- btnAgree .state ().waitForNotDisplayed ();
33
- }
34
28
}, Collections .singletonList (TimeoutException .class ));
35
29
return (T ) this ;
36
30
}
Original file line number Diff line number Diff line change 19
19
"loggingPreferences" : {
20
20
"Performance" : " All"
21
21
},
22
- "pageLoadStrategy" : " eager " ,
22
+ "pageLoadStrategy" : " normal " ,
23
23
"startArguments" : [" --disable-search-engine-choice-screen" ],
24
24
"excludedArguments" : [" enable-automation" ]
25
25
},
Original file line number Diff line number Diff line change 19
19
"loggingPreferences" : {
20
20
"Performance" : " All"
21
21
},
22
- "pageLoadStrategy" : " eager " ,
22
+ "pageLoadStrategy" : " normal " ,
23
23
"startArguments" : [" --disable-search-engine-choice-screen" ],
24
24
"excludedArguments" : [" enable-automation" ]
25
25
},
You can’t perform that action at this time.
0 commit comments