예제 #1
0
 def test_timeseries_with_downloading(self):
     b = timeseries(self.driver)
     res = b.time_over_all()
     self.assertEqual(0, res, msg="Some mismatch found in footer values")
     print("checking with time period options ")
     self.data.page_loading(self.driver)
예제 #2
0
 def test_timeseries(self):
     b = timeseries(self.driver)
     res = b.test_options_times()
     self.assertNotEqual(0, res, msg="Time series options are not present ")
     print("checking with time period options ")
     self.data.page_loading(self.driver)