Ejemplo n.º 1
0
 public void GivenIAmLoggedInToMyAccount()
 {
     MainPage.GoTo();
     MainPage.ClickOn(MainPage.formAuthenticationLink);
     FormAuthentication.EnterUsername(FormAuthentication.username);
     FormAuthentication.EnterPassword(FormAuthentication.password);
     FormAuthentication.LogIn();
 }
Ejemplo n.º 2
0
 public void WhenIPressLogin()
 {
     FormAuthentication.LogIn();
 }