Skip to content

Commit

Permalink
Fix UI Test error
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Sep 15, 2014
1 parent 33dbeac commit 2c89424
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import net.thucydides.core.annotations.WithTag;
import net.thucydides.core.annotations.findby.FindBy;

import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;

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

public boolean save_roundcube_settings() {
click(rcSaveSettings);
waitForRenderedElementsToBePresent(By.id(RC_ID_STATUS_MSG));
return rcStatusMsg.isDisplayed();
}

Expand Down

0 comments on commit 2c89424

Please sign in to comment.