Esempio n. 1
0
 def test_homeicon(self):
     b = Homeicon(self.driver)
     result = b.test_homeicon()
     self.assertTrue(result, msg="Home button not working ")
 def test_homeicon(self):
     b = Homeicon(self.driver)
     result = b.test_homeicon()
     self.assertTrue(result, msg="Home button not working ")
     print("checking with home icon and it is working ")
     self.data.page_loading(self.driver)
 def test_homeicon(self):
     print("check home button is working or not")
     b = Homeicon(self.driver)
     result = b.test_homeicon()
     self.assertTrue(result, msg="Home button not working ")