Ejemplo n.º 1
0
 def test_upload_driver_registration(self):
     self.fp = FormPage2(self.driver)
     self.fp.upload_vehicle_registration_copy(
         TestData.FILE_UPLOAD_VEHICLE_REGISTRATION_COPY)
Ejemplo n.º 2
0
 def test_select_hiring_location(self):
     self.fp = FormPage2(self.driver)
     self.fp.select_prefer_hiring_location(Locators.parking_location_xpath)
Ejemplo n.º 3
0
 def test_enter_hiring_location_to(self):
     self.fp = FormPage2(self.driver)
     self.fp.enter_prefer_hiring_to(TestData.HIRING_TIME_TO)
Ejemplo n.º 4
0
 def test_enter_hiring_location_from(self):
     self.fp = FormPage2(self.driver)
     self.fp.enter_prefer_hiring_from(TestData.HIRING_TIME_FROM)
Ejemplo n.º 5
0
 def test_enter_parking_location(self):
     self.fp = FormPage2(self.driver)
     self.fp.enter_parking_location(TestData.PARKING_LOCATION)
Ejemplo n.º 6
0
 def test_upload_driver_photo(self):
     self.fp = FormPage2(self.driver)
     self.fp.upload_driver_photo(TestData.FILE_UPLOAD_DRIVER_PHOTO)