1 write to _newEmailInput
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\Email.cs (1)
26
_newEmailInput
= HtmlAssert.HasElement("#Input_NewEmail", manage);
1 reference to _newEmailInput
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\Email.cs (1)
61
internal object GetNewEmail() =>
_newEmailInput
.GetAttribute("value");