Exemplo n.º 1
0
 def test_homebtn(self):
     b = Home(self.driver)
     res = b.click_HomeButton()
     self.assertEqual(0, res, msg='home button is not worked ')
     print('Home button is working ')
     self.data.navigate_to_periodic_report()
     self.data.page_loading(self.driver)
Exemplo n.º 2
0
 def test_Homeicon(self):
     b = Home(self.driver)
     res = b.click_on_blocks_click_on_home_icon()
     print('Home icon is working')
     self.data.page_loading(self.driver)