Exemple #1
0
 public void WhenISelectTheOptionToCreateANewJobForTheCar()
 {
     _actor.AttemptsTo(ClickToolbarButton.WithAltText("Add a new job"));
 }
 public void WhenISelectTheOptionToCreateANewCarForTheCustomer()
 {
     _actor.AttemptsTo(ClickToolbarButton.WithAltText("Add a new car"));
 }