KEYCLOAK-13257 Fix WelcomeScreenTest.accountSecurityTest

This commit is contained in:
vmuzikar 2020-03-09 10:41:37 +01:00 committed by Bruno Oliveira da Silva
parent e4f7eb78b5
commit 89f483d578

View file

@ -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();