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)
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...")
def test_dash_menu(self): b = Dashboard_menu(self.driver) res = b.test_dashboard() self.assertEqual(res, "menu", msg="Dashboard button is not working")
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)
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..")
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")