Skip to content

Commit

Permalink
KEYCLOAK-12062 AccountLinkSpringBootTest is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-kanis authored and stianst committed Nov 22, 2019
1 parent 0a9d058 commit 3c3667d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public void testErrorConditions() throws Exception {
// now test CSRF with bad hash.
navigateTo(linkUrl);

assertThat(driver.getPageSource(), containsString("We're sorry..."));
assertThat(driver.getPageSource(), containsString("We are sorry..."));

logoutAll();

Expand Down Expand Up @@ -529,7 +529,7 @@ public void testAccountNotLinkedAutomatically() throws Exception {

assertThat(errorPage.getError(), is(equalTo("You are already authenticated as different user '"
+ CHILD_USERNAME_1
+ "' in this session. Please logout first.")));
+ "' in this session. Please log out first.")));

logoutAll();

Expand Down

0 comments on commit 3c3667d

Please sign in to comment.