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