1 write to _resetAuthenticatorForm
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\ResetAuthenticator.cs (1)
21
_resetAuthenticatorForm
= HtmlAssert.HasForm("#reset-authenticator-form", resetAuthenticator);
1 reference to _resetAuthenticatorForm
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\ResetAuthenticator.cs (1)
27
await Client.SendAsync(
_resetAuthenticatorForm
, _resetAuthenticatorButton);