예제 #1
0
 def test_clusterlevel_homeicon(self):
     b = click_on_home(self.driver)
     result = b.test_homeicon()
     if "crc-report" in self.driver.current_url:
         print("crc home page is loaded")
     else:
         print("crc home page is not loaded")
 def test_clusterlevel_homeicon(self):
     self.tests.pop()
     self.logger.info("test_clusterlevel_homeicon" + " " + "Total :" + " " + str(
         self.total_tests) + " " + "Remaining :" + " " + str(len(self.tests) - 1))
     b = click_on_home(self.driver)
     result = b.test_homeicon()
     if "crc-report" in self.driver.current_url:
         print("crc home page is loaded")
     else:
         print("crc home page is not loaded")
     self.logger.info("test_clusterlevel_homeicon is completed...")