1 write to _changePasswordLink
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\Index.cs (1)
29
_changePasswordLink
= HtmlAssert.HasLink("#change-password", manage);
2 references to _changePasswordLink
Microsoft.AspNetCore.Identity.FunctionalTests (2)
Pages\Account\Manage\Index.cs (2)
67
var goToChangePassword = await Client.GetAsync(
_changePasswordLink
.Href);
76
var response = await Client.GetAsync(
_changePasswordLink
.Href);