1 write to _confirmEmailButton
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\Email.cs (1)
30
_confirmEmailButton
= HtmlAssert.HasElement("button#email-verification", manage);
1 reference to _confirmEmailButton
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\Email.cs (1)
38
var response = await Client.SendAsync(_changeEmailForm,
_confirmEmailButton
);