fix navigation

This commit is contained in:
Romain Bignon 2014-03-07 10:51:54 +01:00
commit 77ee2a53a2

View file

@ -79,6 +79,7 @@ class DelubacBrowser(BaseBrowser):
return self.page.get_account(_id)
def iter_history(self, account):
self.stay_or_go(DashboardPage)
self.location(account._url)
while True: