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) {
2525 public T open () {
2626 AqualityServices .get (IActionRetrier .class ).doWithRetry (() -> {
2727 AqualityServices .getBrowser ().goTo (BASE_URL + getUrlPart ());
28- AqualityServices .getBrowser ().waitForPageToLoad ();
29- if (btnAgree .state ().isDisplayed ())
30- {
31- btnAgree .click ();
32- btnAgree .state ().waitForNotDisplayed ();
33- }
3428 }, Collections .singletonList (TimeoutException .class ));
3529 return (T ) this ;
3630 }
Original file line number Diff line number Diff line change 1919 "loggingPreferences" : {
2020 "Performance" : " All"
2121 },
22- "pageLoadStrategy" : " eager " ,
22+ "pageLoadStrategy" : " normal " ,
2323 "startArguments" : [" --disable-search-engine-choice-screen" ],
2424 "excludedArguments" : [" enable-automation" ]
2525 },
Original file line number Diff line number Diff line change 1919 "loggingPreferences" : {
2020 "Performance" : " All"
2121 },
22- "pageLoadStrategy" : " eager " ,
22+ "pageLoadStrategy" : " normal " ,
2323 "startArguments" : [" --disable-search-engine-choice-screen" ],
2424 "excludedArguments" : [" enable-automation" ]
2525 },
You can’t perform that action at this time.
0 commit comments