예제 #1
0
 def test_activity_audit_pass(self):
     """活动审核-通过"""
     logging.info('{:*^60}'.format(' 活动审核-通过 '))
     audit = Audit(self.driver)
     audit.open_wechat_ccloud()
     audit.activity_audit()
예제 #2
0
 def test_activity_audit_refuse(self):
     """活动审核-拒绝"""
     logging.info('{:*^60}'.format(' 活动审核-拒绝 '))
     audit = Audit(self.driver)
     audit.open_wechat_ccloud()
     audit.activity_audit(flag=False)
예제 #3
0
 def test_visit_audit_pass(self):
     """拜访审核-通过"""
     logging.info('{:*^60}'.format(' 拜访审核-通过 '))
     audit = Audit(self.driver)
     audit.open_wechat_ccloud()
     audit.visit_audit()
예제 #4
0
 def test_visit_audit_refuse(self):
     """拜访审核-拒绝"""
     logging.info('{:*^60}'.format(' 拜访审核-拒绝 '))
     audit = Audit(self.driver)
     audit.open_wechat_ccloud()
     audit.visit_audit(flag=False)
예제 #5
0
 def test_customer_audit_pass(self):
     """客户审核-通过"""
     logging.info('{:*^60}'.format(' 客户审核-通过 '))
     audit = Audit(self.driver)
     audit.open_wechat_ccloud()
     audit.customer_audit()
예제 #6
0
 def test_customer_audit_refuse(self):
     """客户审核-拒绝"""
     logging.info('{:*^60}'.format(' 客户审核-拒绝 '))
     audit = Audit(self.driver)
     audit.open_wechat_ccloud()
     audit.customer_audit(flag=False)
예제 #7
0
 def test_activity_audit_refuse(self):
     """活动审核-拒绝"""
     logging.info('******************** 活动审核-拒绝 ********************')
     audit = Audit(self.driver)
     audit.open_wechat_ccloud(flag=False)
     audit.activity_audit(flag=False)
예제 #8
0
 def test_order_audit_pass(self):
     """订单审核-通过"""
     logging.info('{:*^60}'.format(' 订单审核-通过 '))
     audit = Audit(self.driver)
     audit.open_wechat_ccloud()
     audit.order_audit()
예제 #9
0
 def test_visit_audit_refuse(self):
     """拜访审核-拒绝"""
     logging.info('******************** 拜访审核-拒绝 ********************')
     audit = Audit(self.driver)
     audit.open_wechat_ccloud(flag=False)
     audit.visit_audit(flag=False)
예제 #10
0
 def test_activity_audit_pass(self):
     """活动审核-通过"""
     logging.info('******************** 活动审核-通过 ********************')
     audit = Audit(self.driver)
     audit.open_wechat_ccloud(flag=False)
     audit.activity_audit()
예제 #11
0
 def test_visit_audit_pass(self):
     """拜访审核-通过"""
     logging.info('******************** 拜访审核-通过 ********************')
     audit = Audit(self.driver)
     audit.open_wechat_ccloud(flag=False)
     audit.visit_audit()
예제 #12
0
 def test_customer_audit_refuse(self):
     """客户审核-拒绝"""
     logging.info('******************** 客户审核-拒绝 ********************')
     audit = Audit(self.driver)
     audit.open_wechat_ccloud(flag=False)
     audit.customer_audit(flag=False)
예제 #13
0
 def test_customer_audit_pass(self):
     """客户审核-通过"""
     logging.info('******************** 客户审核-通过 ********************')
     audit = Audit(self.driver)
     audit.open_wechat_ccloud(flag=False)
     audit.customer_audit()
예제 #14
0
 def test_order_audit_refuse(self):
     """订单审核-拒绝"""
     logging.info('******************** 订单审核-拒绝 ********************')
     audit = Audit(self.driver)
     audit.open_wechat_ccloud(flag=False)
     audit.order_audit(flag=False)
예제 #15
0
 def test_order_audit_pass(self):
     """订单审核-通过"""
     logging.info('******************** 订单审核-通过 ********************')
     audit = Audit(self.driver)
     audit.open_wechat_ccloud(flag=False)
     audit.order_audit()