Exemple #1
0
 def test_groupon_supplement(self):
     """团购直销活动-补录"""
     logging.info('{:*^60}'.format(' 团购直销活动-补录 '))
     act = MarketingCampaign(self.driver)
     act.open_wechat_ccloud()
     act.enter_user_center()
     act.groupon_activity_supplement()
     self.assertEqual(self.driver.title, '营销推广补录')
Exemple #2
0
 def test_groupon_supplement(self):
     """团购直销活动-补录"""
     logging.info('******************** 团购直销活动-补录 ********************')
     act = MarketingCampaign(self.driver)
     act.open_qywx_ccloud(self.FLAG)
     act.enter_user_center()
     act.groupon_activity_supplement(self.FLAG)
     sleep(2)
     self.assertEqual(self.driver.title, '营销推广补录')