Skip to content

Commit

Permalink
KEYCLOAK-2909 Migrate account package to new testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilvert committed May 12, 2016
1 parent 4ddd2ae commit a46982f
Show file tree
Hide file tree
Showing 14 changed files with 762 additions and 1,398 deletions.
Expand Up @@ -56,7 +56,7 @@ public class AccountUpdateProfilePage extends AbstractAccountPage {
@FindBy(className = "alert-error") @FindBy(className = "alert-error")
private WebElement errorMessage; private WebElement errorMessage;


private String getPath() { public String getPath() {
return RealmsResource.accountUrl(UriBuilder.fromUri(getAuthServerRoot())).build("test").toString(); return RealmsResource.accountUrl(UriBuilder.fromUri(getAuthServerRoot())).build("test").toString();
} }


Expand Down

0 comments on commit a46982f

Please sign in to comment.