def bb_test_11_approveRefund_Finance(self):
        self.user_login_verify(username='******',password='******',city='suzhou')

        refund = RefundPage(self.driver)
        refund.approveAimRefund_Finance()
        #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_Finance()
    functions.insert_img(context.driver, "Finance_ApproveAimRefund_"+current_time+".png")