KEYCLOAK-13257 Fix WelcomeScreenTest.accountSecurityTest
This commit is contained in:
parent
e4f7eb78b5
commit
89f483d578
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ public class WelcomeScreenTest extends AbstractAccountTest {
|
|||
accountWelcomeScreen.navigateTo();
|
||||
accountWelcomeScreen.assertLinkedAccountsLinkVisible(false);
|
||||
// add simple IdP
|
||||
testRealmResource().identityProviders().create(createIdentityProviderRepresentation("test-idp", "test-provider"));
|
||||
testRealmResource().identityProviders().create(createIdentityProviderRepresentation("test-idp", "google"));
|
||||
// test link appeared
|
||||
accountWelcomeScreen.navigateTo();
|
||||
accountWelcomeScreen.clickLinkedAccountsLink();
|
||||
|
|
Loading…
Reference in a new issue