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

        refund = RefundPage(self.driver)
        refund.approveUrgencyRefund_Accountant(Data.ur_clt_name)
        #self.assertEqual(my_client.search_by_fuzzy(), '需求书修改有限公司')
        functions.insert_img(self.driver, current_time + "__myClient_orderCreateCMP.png")
        refund.close()
Esempio n. 2
0
def step_approveUrgencyRefund_Account(context):
    #紧急退费审批--总部应收会计
    refund = RefundPage(context.driver)
    refund.approveUrgencyRefund_Accountant(Data.cmp_name)
    functions.insert_img(context.driver, "Accounttant_ApproveUrgencyRefund_"+current_time+".png")
    refund.close()