示例#1
0
 def test_block_scores(self):
     self.tests.pop()
     self.logger.info("test_block_scores" + " " + "Total :" + " " +
                      str(self.total_tests) + " " + "Remaining :" + " " +
                      str(len(self.tests) - 1))
     print("checking with block level values")
     b = block_btn_scores(self.driver)
     result = b.test_click_blocks()
     self.data.page_loading(self.driver)
     self.logger.info("test_block_scores is completed...")
 def test_block_scores(self):
     self.tests.pop()
     self.logger.info("test_block_scores" + " " + "Total :" + " " +
                      str(self.total_tests) + " " + "Remaining :" + " " +
                      str(len(self.tests) - 1))
     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 ")
     self.logger.info("test_block_scores is completed...")
示例#3
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)
        res = b.test_click_schools()
        self.data.page_loading(self.driver)
        print("school button is worked and infra scores is working ")
 def test_block_scores(self):
     print("checking with block level values")
     b = block_btn_scores(self.driver)
     result = b.test_click_blocks()
     self.data.page_loading(self.driver)
示例#5
0
 def test_block_scores(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 ")