Ejemplo n.º 1
0
 private void AddTwoBabys()
 {
     homePage.AddPassengers();
     homePage.PlusBaby();
     homePage.PlusBaby();
 }