KEYCLOAK-6777 Fix AccountPageTest
This commit is contained in:
parent
1b45ab2601
commit
9ca7b22cec
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class AccountPageTest extends AbstractI18NTest {
|
|||
Assert.assertEquals("Deutsch", accountUpdateProfilePage.getLanguageDropdownText());
|
||||
|
||||
// When a client has a name provided as a variable, the name should be resolved using a localized bundle and available to the back link
|
||||
Assert.assertEquals("Zur\u00FCck zu Test App Named - Konto", accountUpdateProfilePage.getBackToApplicationLinkText());
|
||||
Assert.assertEquals("Zur\u00FCck zu Test App Named - Clientkonto", accountUpdateProfilePage.getBackToApplicationLinkText());
|
||||
Assert.assertEquals(namedClient.getBaseUrl(), accountUpdateProfilePage.getBackToApplicationLinkHref());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue