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
|
||||
protected OAuthClient oauth;
|
||||
|
||||
@FindBy(id = "error-summary")
|
||||
@FindBy(className = "instruction")
|
||||
private WebElement errorMessage;
|
||||
|
||||
public String getError() {
|
||||
|
|
Loading…
Reference in a new issue