1 instantiation of SetPassword
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\Index.cs (1)
80return new SetPassword(Client, setPasswordDocument, Context);
4 references to SetPassword
Microsoft.AspNetCore.Identity.FunctionalTests (4)
Pages\Account\Manage\Index.cs (1)
74public async Task<SetPassword> ClickChangePasswordLinkExternalLoginAsync()
Pages\Account\Manage\SetPassword.cs (1)
19public async Task<SetPassword> SetPasswordAsync(string newPassword)
UserStories.cs (2)
232internal static async Task<SetPassword> SetPasswordAsync(Index index, string newPassword) 235var setPassword = await manage.ClickChangePasswordLinkExternalLoginAsync();