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')