Пример #1
0
        public void GivenIHaveOpenedTheBookingPage()
        {
            //We dont know how many records are on the server, and they are being rendered dynamically.
            //Currently no easy way to predict when the page has finished loading - so for now test purposes I've used sleep.
            //Would need to consult a developer for a more comprehensive solution.

            _bookingPage.Open();
            System.Threading.Thread.Sleep(10000);
        }
Пример #2
0
 public void GivenTheUserIsOnHotelBookingsPage()
 {
     bookingPage.Open();
 }