def test_clusterwise_graph(self):
     b = cluster_graph(self.driver)
     res = b.test_clusterwise_graph()
     if "myChart" in self.driver.page_source:
         print("CRC Scattor plot is working fine")
     else:
         print("CRC plot is not exist..")
     self.data.page_loading(self.driver)
 def test_clusterwise_graph(self):
     self.tests.pop()
     self.logger.info("test_clusterwise_graph" + " " + "Total :" + " " + str(
         self.total_tests) + " " + "Remaining :" + " " + str(len(self.tests) - 1))
     b = cluster_graph(self.driver)
     res = b.test_clusterwise_graph()
     if "myChart" in self.driver.page_source:
         print("CRC Scattor plot is working fine")
     else:
         print("CRC plot is not exist..")
     self.data.page_loading(self.driver)
     self.logger.info("test_clusterwise_graph is completed...")