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)
67var goToChangePassword = await Client.GetAsync(_changePasswordLink.Href); 76var response = await Client.GetAsync(_changePasswordLink.Href);