1 write to _twoFactorLink
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\Index.cs (1)
30_twoFactorLink = HtmlAssert.HasLink("#two-factor", manage);
2 references to _twoFactorLink
Microsoft.AspNetCore.Identity.FunctionalTests (2)
Pages\Account\Manage\Index.cs (2)
49var goToTwoFactor = await Client.GetAsync(_twoFactorLink.Href); 58var goToTwoFactor = await Client.GetAsync(_twoFactorLink.Href);