Example #1
0
 public void TestHotelSearchByStart()
 {
     HomePage.AccessHotels.Click();
     HotelPage.SelectHotelByStarGrade(driver, 1);
     // Thread.Sleep(4000);
 }