예제 #1
0
 def test_groupon_activity(self):
     """团购直销活动"""
     logging.info('{:*^60}'.format(' 团购直销活动 '))
     act = MarketingCampaign(self.driver)
     act.open_wechat_ccloud()
     act.clear_drafts()
     act.enter_user_center()
     act.groupon_activity()
     self.assertEqual(self.driver.title, '营销推广')
예제 #2
0
 def test_groupon_activity(self):
     """团购直销活动"""
     logging.info('******************** 团购直销活动 ********************')
     act = MarketingCampaign(self.driver)
     act.open_qywx_ccloud(self.FLAG)
     act.clear_drafts()
     act.enter_user_center()
     act.groupon_activity(self.FLAG)
     self.assertEqual(self.driver.title, '营销推广')