def test_home_icon(self): home = Home(self.driver) home.click_on_blocks_click_on_home_icon() result = home.click_HomeButton() if "Semester Report" in result: print("Home Icon is working") else: raise self.failureException('Home Icon is not working')
def test_home_icon(self): home = Home(self.driver) home.click_on_blocks_click_on_home_icon() result = home.click_HomeButton() if "sat-report" in result: print("Home Icon is Working") else: raise self.failureException('Home Icon is not working') self.data.page_loading(self.driver)
def test_home_icon(self): home = Home(self.driver) home.click_on_blocks_click_on_home_icon() result = home.click_HomeButton()