remove logging checking on the contract page

This commit is contained in:
Vincent Paredes 2014-03-14 15:47:29 +01:00 committed by Romain Bignon
commit e8bf117728

View file

@ -138,7 +138,7 @@ class ContractsPage(BasePage):
# XXX We select automatically the default contract in list. We should let user
# ask what contract he wants to see, or display accounts for all contracts.
self.browser.select_form(nr=0)
self.browser.submit()
self.browser.submit(nologin=True)
class AccountsPage(BasePage):