c2c083fac0a765180166659c926320f8d65b3402
java/com.sap.sailing.selenium.test/src/com/sap/sailing/selenium/pages/adminconsole/connectors/ResultImportUrlsPanelPO.java
| ... | ... | @@ -46,6 +46,7 @@ public class ResultImportUrlsPanelPO extends PageArea { |
| 46 | 46 | dialogPO.setUrl(url); |
| 47 | 47 | dialogPO.clickOkButtonOrThrow(); |
| 48 | 48 | waitForElementNotExistsBySeleniumId(driver, "ResultImportUrlAddDialog"); |
| 49 | + waitForAjaxRequests(); |
|
| 49 | 50 | } |
| 50 | 51 | |
| 51 | 52 | public void removeUrl(String url) { |