示例#1
0
 def teardown(self):
     App.quit()
示例#2
0
 def setup(self):
     self.invest_page = App.start().to_invest_page()
 def setup(self):
     self.debt_page = App.start().to_debt_page()
     self.debt_page.click_icon_mine_to_login()
     self.debt_page.click_my_wallet()
     self.debt_page.click_withdraw_button()
     self.debt_page.click_add_account()
 def setup(self):
     self.debt_page = App.start().to_debt_page()
     self.debt_page.click_icon_mine_to_login()
     self.debt_page.click_my_wallet()
示例#5
0
 def setup(self):
     # self.debt_page=App.start().to_debt_page()
     self.debt_wallet_page = App.start().to_debt_page().to_wallet_page()