public void GivenIAmLoggedInToMyAccount() { MainPage.GoTo(); MainPage.ClickOn(MainPage.formAuthenticationLink); FormAuthentication.EnterUsername(FormAuthentication.username); FormAuthentication.EnterPassword(FormAuthentication.password); FormAuthentication.LogIn(); }
public void WhenIPressLogin() { FormAuthentication.LogIn(); }