always go on the history page

This commit is contained in:
Romain Bignon 2012-04-18 11:16:05 +02:00
commit 0be25e5c29

View file

@ -83,8 +83,7 @@ class LCLBrowser(BaseBrowser):
return None
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)
#def get_coming_operations(self, account):