def test_yaxis_selectbox(self):
     b = test_Graph(self.driver)
     res = b.test_yaxis()
     self.assertNotEqual(0,
                         res,
                         msg="Y-axis dropdown does not have options")
     print("Yaxis having options ")
     self.data.page_loading(self.driver)
Exemple #2
0
 def test_yaxis_options(self):
     b = test_Graph(self.driver)
     res = b.test_yplots()
     print("Checked with all yaxis options are selectable")
     self.data.page_loading(self.driver)