KEYCLOAK-235 Fix test
This commit is contained in:
parent
dd84679e3f
commit
212aec8ae3
2 changed files with 1 additions and 2 deletions
|
@ -134,7 +134,6 @@ public class AccountTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void changePassword() {
|
||||
changePasswordPage.open();
|
||||
loginPage.login("test-user@localhost", "password");
|
||||
|
|
|
@ -29,7 +29,7 @@ import org.openqa.selenium.support.FindBy;
|
|||
*/
|
||||
public abstract class AbstractAccountPage extends AbstractPage {
|
||||
|
||||
@FindBy(linkText = "Logout")
|
||||
@FindBy(linkText = "Sign Out")
|
||||
private WebElement logoutLink;
|
||||
|
||||
public void logout() {
|
||||
|
|
Loading…
Reference in a new issue