def dd_test_23_approveForceRefund_CustomerService(self):
        self.user_login_verify(username='******',password='******',city='shanghai')

        refund = RefundPage(self.driver)
        refund.approveForceRefund_ServiceDirector(Data.force_clt_name)
        #self.assertEqual(my_client.search_by_fuzzy(), '需求书修改有限公司')
        functions.insert_img(self.driver, current_time + "__myClient_orderCreateCMP.png")
        refund.close()
예제 #2
0
def step_approveForceRefund_ServiceDirector(context):
    #强制退费审批--客服总监
    refund = RefundPage(context.driver)
    refund.approveForceRefund_ServiceDirector(Data.cmp_name)
    functions.insert_img(context.driver, "ServiceDirector_ApproveForceRefund_"+current_time+".png")