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)
38var response = await Client.SendAsync(_changeEmailForm, _confirmEmailButton);