[creditmut] 'espace_client.aspx' just after login should work (closes #754)
This commit is contained in:
parent
fd22eb5367
commit
2f55acd62b
2 changed files with 5 additions and 1 deletions
|
|
@ -35,6 +35,9 @@ class LoginErrorPage(BasePage):
|
|||
class InfoPage(BasePage):
|
||||
pass
|
||||
|
||||
class UserSpacePage(BasePage):
|
||||
pass
|
||||
|
||||
class AccountsPage(BasePage):
|
||||
def get_list(self):
|
||||
l = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue