Ejemplo n.º 1
0
 def test_constellationPage_enter(self):
     logging.info('=======test_constellationPage_enter start=======')
     l = Constellation(self.driver)
     assert l.switch_Constellation() == True
 def test_constellation_everyday_enter(self):
     logging.info('=========test_constellation_everyday_enter start ======')
     l = Constellation(self.driver)
     assert l.everyday_costellation_enter() == True
 def test_constellation_everyday_future(self):
     logging.info(
         '========test_constellation_everyday_future start=========')
     l = Constellation(self.driver)
     assert l.everyday_constellation_future() == True
 def test_constellation_everyday_tomorrow(self):
     logging.info(
         '========test_constellation_everyday_tomorrow start========')
     l = Constellation(self.driver)
     assert l.everyday_constellation_tomorrow() == True
 def test_same_Pisces_match(self):
     logging.info('=========test_same_Pisces_match start==========')
     l = Constellation(self.driver)
     assert l.same_Pisces_match() == True
 def test_constellation_Match_enter(self):
     logging.info(
         '==========test constellation_Match_enter start===========')
     l = Constellation(self.driver)
     assert l.constellation_Match_enter() == True