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

        refund = RefundPage(self.driver)
        refund.approveAimRefund_Accountant()
        #self.assertEqual(my_client.search_by_fuzzy(), '需求书修改有限公司')
        functions.insert_img(self.driver, current_time + "__myClient_orderCreateCMP.png")
        refund.close()
示例#2
0
def step_impl(context):
    refund = RefundPage(context.driver)
    refund.approveAimRefund_Accountant()
    functions.insert_img(context.driver, "Accountant_ApproveAimRefund_"+current_time+".png")