Skip to content

Commit

Permalink
Fix RegisterNewUserTest Functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
skofman1 committed Sep 13, 2016
1 parent c0fc2d6 commit 0c64581
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@ public override IEnumerator<WebTestRequest> GetRequestEnumerator()
registerNewUserFormPost.FormPostParameters.Add("LinkingAccount", "false");
registerNewUserFormPost.FormPostParameters.Add(Constants.EmailAddressFormField, DateTime.Now.Ticks + "@live.com"); //add a dummy mail account.
registerNewUserFormPost.FormPostParameters.Add(Constants.UserNameFormField, DateTime.Now.Ticks + "NewAccount");
registerNewUserFormPost.FormPostParameters.Add(Constants.RegisterPasswordFormField, "xxxxxxxx");
registerNewUserFormPost.FormPostParameters.Add(Constants.RegisterPasswordFormField, "Xxxxxxxx123");
registerPagePostRequest.Body = registerNewUserFormPost;

// Validate the response to make sure that it has the confirmation text in it.
Expand Down

0 comments on commit 0c64581

Please sign in to comment.