Fix test
This commit is contained in:
parent
626ec6e196
commit
564223b30a
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue