Пример #1
0
 public void TestWithOneAdultSixInflants()
 {
     steps.OpenPage();
     steps.ChooseThePointOfDeparture("Belarus", "Minsk", "Minsk(MSQ)");
     steps.ChooseThePointOfArrival("United Kingdom", "Лондон", "London Gatwick (LGW)");
     //steps.Next();
     steps.SetOneWay();
     steps.SetDateDept(Department_date);
     steps.OpenFormForChooseDetails();
     steps.SetAdultsCount("1 взрослый");
     steps.SetInflant("6 младенцев");
     steps.SetClass("Эконом");
     steps.ContinAfterSetDetails();
     steps.SearchFlights();
     Assert.True(steps.GetErrorOfCountInflants(ErrorInflants));
 }