always go on the history page
This commit is contained in:
parent
755de4c3f5
commit
0be25e5c29
1 changed files with 1 additions and 2 deletions
|
|
@ -83,8 +83,7 @@ class LCLBrowser(BaseBrowser):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def get_history(self,account):
|
def get_history(self,account):
|
||||||
if not self.is_on_page(AccountHistoryPage) :
|
self.location('%s://%s%s' % (self.PROTOCOL, self.DOMAIN, account._link_id))
|
||||||
self.location('%s://%s%s' % (self.PROTOCOL, self.DOMAIN, account._link_id))
|
|
||||||
return self.page.get_operations(account)
|
return self.page.get_operations(account)
|
||||||
|
|
||||||
#def get_coming_operations(self, account):
|
#def get_coming_operations(self, account):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue