Esempio n. 1
0
    def test_block_cluster_schools_infrascores(self):
        b = block_btn_scores(self.driver)
        result = b.test_click_blocks()
        self.data.page_loading(self.driver)
        print("block button is worked and infra scores is working ")

        b = cluster_btn_scores(self.driver)
        result = b.test_click_clusters()
        self.data.page_loading(self.driver)
        print("cluster button is worked and infra scores is working ")

        b = schools_btn_scores(self.driver)
        self.driver.implicitly_wait(30)
        res = b.test_click_schools()
        self.data.page_loading(self.driver)
        print("school button is worked and infra scores is working ")
Esempio n. 2
0
 def test_clusters_scores(self):
     print("checking with cluster level values")
     b = cluster_btn_scores(self.driver)
     result = b.test_click_clusters()
     self.data.page_loading(self.driver)