Exemple #1
0
 public void Init()
 {
     landingSteps          = new LandingPageSteps();
     flightSearchSteps     = new FlightSearchSteps();
     seatSelectionSteps    = new SeatSelectionSteps();
     paxInfo               = new PaxInfoSteps();
     travelEssentialsSteps = new TravelEssentialsSteps();
     travelExtrasSteps     = new TravelExtrasSteps();
 }