Example #1
0
 def test_activity_audit_pass(self):
     """活动审核-通过"""
     logging.info('{:*^60}'.format(' 活动审核-通过 '))
     audit = Audit(self.driver)
     audit.open_wechat_ccloud()
     audit.activity_audit()
Example #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)
Example #3
0
 def test_visit_audit_pass(self):
     """拜访审核-通过"""
     logging.info('{:*^60}'.format(' 拜访审核-通过 '))
     audit = Audit(self.driver)
     audit.open_wechat_ccloud()
     audit.visit_audit()
Example #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)
Example #5
0
 def test_customer_audit_pass(self):
     """客户审核-通过"""
     logging.info('{:*^60}'.format(' 客户审核-通过 '))
     audit = Audit(self.driver)
     audit.open_wechat_ccloud()
     audit.customer_audit()
Example #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)
Example #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)
Example #8
0
 def test_order_audit_pass(self):
     """订单审核-通过"""
     logging.info('{:*^60}'.format(' 订单审核-通过 '))
     audit = Audit(self.driver)
     audit.open_wechat_ccloud()
     audit.order_audit()
Example #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)
Example #10
0
 def test_activity_audit_pass(self):
     """活动审核-通过"""
     logging.info('******************** 活动审核-通过 ********************')
     audit = Audit(self.driver)
     audit.open_wechat_ccloud(flag=False)
     audit.activity_audit()
Example #11
0
 def test_visit_audit_pass(self):
     """拜访审核-通过"""
     logging.info('******************** 拜访审核-通过 ********************')
     audit = Audit(self.driver)
     audit.open_wechat_ccloud(flag=False)
     audit.visit_audit()
Example #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)
Example #13
0
 def test_customer_audit_pass(self):
     """客户审核-通过"""
     logging.info('******************** 客户审核-通过 ********************')
     audit = Audit(self.driver)
     audit.open_wechat_ccloud(flag=False)
     audit.customer_audit()
Example #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)
Example #15
0
 def test_order_audit_pass(self):
     """订单审核-通过"""
     logging.info('******************** 订单审核-通过 ********************')
     audit = Audit(self.driver)
     audit.open_wechat_ccloud(flag=False)
     audit.order_audit()