c614f1740807eda7b137f253b2b72af265243a6c
java/com.sap.sailing.selenium.test/src/com/sap/sailing/selenium/pages/adminconsole/regatta/RegattaDetailsCompositePO.java
| ... | ... | @@ -72,8 +72,8 @@ public class RegattaDetailsCompositePO extends PageArea { |
| 72 | 72 | if (entry != null) { |
| 73 | 73 | WebElement removeAction = ActionsHelper.findRemoveAction(entry.getWebElement()); |
| 74 | 74 | removeAction.click(); |
| 75 | - ActionsHelper.acceptAlert(this.driver); |
|
| 76 | - waitForAjaxRequests(); |
|
| 75 | + ActionsHelper.acceptAlert(this.driver); |
|
| 76 | + waitForAjaxRequests(); |
|
| 77 | 77 | } |
| 78 | 78 | } |
| 79 | 79 |