예제 #1
0
 public void WhenITryToCreateANewAccount()
 {
     homePO.ClickSignInButton();
     loginPO.InsertEmailCreate($"{Guid.NewGuid()}@hotmail.com");
     loginPO.ClickCreateAccountButton();
 }