1 write to _resetPasswordForm
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\ResetPassword.cs (1)
15
_resetPasswordForm
= HtmlAssert.HasForm(resetPassword);
1 reference to _resetPasswordForm
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\ResetPassword.cs (1)
28
var resetPasswordResponse = await Client.SendAsync(
_resetPasswordForm
, new Dictionary<string, string>