コード例 #1
0
ファイル: smoke_crc.py プロジェクト: chetandg123/Project1
 def test_dash_menu(self):
     b =Dashboard_menu(self.driver)
     res = b.test_dashboard()
     if "crc-report" in self.driver.current_url:
         print("Navigate back to CRC report page")
     else:
         print("CRC report page is not displayed")
     time.sleep(3)
コード例 #2
0
 def test_dash_menu(self):
     self.tests.pop()
     self.logger.info("test_dash_menu" + " " + "Total :" + " " + str(
         self.total_tests) + " " + "Remaining :" + " " + str(len(self.tests) - 1))
     b =Dashboard_menu(self.driver)
     res = b.test_dashboard()
     self.assertEqual(res,"menu",msg="Dashboard button is not working")
     print("checking dashboard is working or not..")
     self.logger.info("test_dash_menu is completed...")
コード例 #3
0
 def test_dash_menu(self):
     b = Dashboard_menu(self.driver)
     res = b.test_dashboard()
     self.assertEqual(res, "menu", msg="Dashboard button is not working")
コード例 #4
0
 def test_dash_menu(self):
     b = Dashboard_menu(self.driver)
     res = b.test_dashboard()
     self.assertEqual(res, "menu", msg="Dashboard button is not working")
     print("Dashboard icon is working....")
     self.data.page_loading(self.driver)
コード例 #5
0
 def test_dash_menu(self):
     b = Dashboard_menu(self.driver)
     res = b.test_dashboard()
     self.assertEqual(res, "menu", msg="Dashboard button is not working")
     print("checking dashboard is working or not..")
コード例 #6
0
 def test_dash_menu(self):
     print("check with dashboard menu")
     b = Dashboard_menu(self.driver)
     res = b.test_dashboard()
     self.assertEqual(res, "menu", msg="Dashboard button is not working")