1 write to _externalLoginLink
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\Index.cs (1)
33_externalLoginLink = HtmlAssert.HasLink("#external-login", manage);
2 references to _externalLoginLink
Microsoft.AspNetCore.Identity.FunctionalTests (2)
Pages\Account\Manage\Index.cs (2)
99var goToExternalLogin = await Client.GetAsync(_externalLoginLink.Href); 107var goToExternalLogin = await Client.GetAsync(_externalLoginLink.Href);