コード例 #1
0
 public void Register_New_Account()
 {
     _homePage.PressOnSigninButton();
     _registerPage.ClickOnCreateAccountButton(email);
     _registerPage.FillRegistrationInformation();
     Assert.IsTrue(_registerPage.ValidateRegistrationCompleted());
 }