本文整理匯總了Python中test_case.page_obj.RefundPage.RefundPage.approveUrgencyRefund_Cashier方法的典型用法代碼示例。如果您正苦於以下問題:Python RefundPage.approveUrgencyRefund_Cashier方法的具體用法?Python RefundPage.approveUrgencyRefund_Cashier怎麽用?Python RefundPage.approveUrgencyRefund_Cashier使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類test_case.page_obj.RefundPage.RefundPage
的用法示例。
在下文中一共展示了RefundPage.approveUrgencyRefund_Cashier方法的2個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的Python代碼示例。
示例1: cc_test_18_approveUrgencyRefund_Cashier
# 需要導入模塊: from test_case.page_obj.RefundPage import RefundPage [as 別名]
# 或者: from test_case.page_obj.RefundPage.RefundPage import approveUrgencyRefund_Cashier [as 別名]
def cc_test_18_approveUrgencyRefund_Cashier(self):
self.user_login_verify(username='yangshuai',password='123456',city='shanghai')
refund = RefundPage(self.driver)
refund.approveUrgencyRefund_Cashier(Data.ur_clt_name)
#self.assertEqual(my_client.search_by_fuzzy(), '需求書修改有限公司')
functions.insert_img(self.driver, current_time + "__myClient_orderCreateCMP.png")
refund.close()
示例2: step_approveUrgencyRefund_Cashier
# 需要導入模塊: from test_case.page_obj.RefundPage import RefundPage [as 別名]
# 或者: from test_case.page_obj.RefundPage.RefundPage import approveUrgencyRefund_Cashier [as 別名]
def step_approveUrgencyRefund_Cashier(context):
#緊急退費審批--總部付款出納
refund = RefundPage(context.driver)
refund.approveUrgencyRefund_Cashier(Data.cmp_name)
functions.insert_img(context.driver, "Cashier_ApproveUrgencyRefund_"+current_time+".png")