remove logging checking on the contract page
This commit is contained in:
parent
c23cbb8bbf
commit
e8bf117728
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue