This commit is contained in:
Stian Thorgersen 2014-02-09 15:54:52 +00:00
parent 626ec6e196
commit 564223b30a

View file

@ -34,7 +34,7 @@ public class ErrorPage extends AbstractPage {
@WebResource @WebResource
protected OAuthClient oauth; protected OAuthClient oauth;
@FindBy(id = "error-summary") @FindBy(className = "instruction")
private WebElement errorMessage; private WebElement errorMessage;
public String getError() { public String getError() {