def test_district_options(self): self.tests.pop() self.logger.info("test_district_options" + " " + "Total :" + " " + str(self.total_tests) + " " + "Remaining :" + " " + str(len(self.tests) - 1)) b = District_options(self.driver) res = b.test_options() self.assertNotEqual(0, res, msg="district list are present") print("district options ...") self.logger.info("test_district_options is completed...")
def test_district_options(self): self.tests.pop() self.logger.info("test_district_options" + " " + "Total :" + " " + str( self.total_tests) + " " + "Remaining :" + " " + str(len(self.tests) - 1)) print("districtwise functionality working fine") b = District_options(self.driver) res = b.test_options() self.assertNotEqual(0, res, msg="district list are present") self.data.page_loading(self.driver) self.logger.info("test_district_options is completed...")
def test_district_options(self): print("districtwise functionality working fine") b = District_options(self.driver) res = b.test_options() self.assertNotEqual(0, res, msg="district list are present") self.data.page_loading(self.driver)
def test_district_options(self): b = District_options(self.driver) res = b.test_options() self.assertNotEqual(0, res, msg="district list are present") print("district options ...")
def test_district_options(self): b = District_options(self.driver) res = b.test_options() self.assertNotEqual(0, res, msg="district list are present") print("checked with districtwise select box")
def test_district_options(self): b = District_options(self.driver) res = b.test_options() self.assertNotEqual(0, res, msg="District names are not present")