1 write to _changeEmailForm
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\Email.cs (1)
24
_changeEmailForm
= HtmlAssert.HasForm("#email-form", manage);
2 references to _changeEmailForm
Microsoft.AspNetCore.Identity.FunctionalTests (2)
Pages\Account\Manage\Email.cs (2)
38
var response = await Client.SendAsync(
_changeEmailForm
, _confirmEmailButton);
48
var response = await Client.SendAsync(
_changeEmailForm
, _changeEmailButton, new Dictionary<string, string>