def test_home(self): self.tests.pop() self.logger.info("test_graph" + " " + "Total :" + " " + str( self.total_tests) + " " + "Remaining :" + " " + str(len(self.tests) - 1)) print("check home button is working or not") b =home_button(self.driver) res = b.test_home() self.assertTrue(res, msg = "Home button not working ")
def test_home(self): self.tests.pop() self.logger.info("test_graph" + " " + "Total :" + " " + str( self.total_tests) + " " + "Remaining :" + " " + str(len(self.tests) - 1)) b = home_button(self.driver) res = b.test_home() print("homeicon is working..") self.data.page_loading(self.driver) self.assertTrue(res, msg="Home button not working ")
def test_home(self): b = home_button(self.driver) res = b.test_home() print("homeicon is working..") self.data.page_loading(self.driver)
def test_home(self): print("checking home icon functionality") b = home_button(self.driver) res = b.test_home() self.data.page_loading(self.driver)
def test_home(self): b = home_button(self.driver) res = b.test_home() self.assertTrue(res, msg="Home button not working ")
def test_home(self): print("check home button is working or not") b = home_button(self.driver) res = b.test_home() self.assertTrue(res, msg="Home button not working ")
def test_home(self): b = home_button(self.driver) res = b.test_home() print("homeicon is working..") self.data.page_loading(self.driver) self.assertTrue(res, msg="Home button not working ")