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