Skip to content

Commit 2c89424

Browse files
committed
Fix UI Test error
1 parent 33dbeac commit 2c89424

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webtest/src/test/java/de/martinreinhardt/owncloud/webtest/pages/UserSettingsPage.java

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import net.thucydides.core.annotations.WithTag;
1313
import net.thucydides.core.annotations.findby.FindBy;
1414

15+
import org.openqa.selenium.By;
1516
import org.openqa.selenium.WebDriver;
1617
import org.openqa.selenium.WebElement;
1718

@@ -65,6 +66,7 @@ public void set_rc_credentials(final String pLogin, final String pPassword) {
6566

6667
public boolean save_roundcube_settings() {
6768
click(rcSaveSettings);
69+
waitForRenderedElementsToBePresent(By.id(RC_ID_STATUS_MSG));
6870
return rcStatusMsg.isDisplayed();
6971
}
7072

0 commit comments

Comments
 (0)