public void GivenISuccessfullyLogIn()
 {
     _loginDriver.Login(_testRunContext.Username, _testRunContext.Password);
 }
예제 #2
0
 public void Run()
 {
     _loginDriver.Login();
     _alertCloserDriver.CloseAllAlerts();
     _plantDriver.Plant();
 }