[creditmutuel] correction if there is an info page at first
This commit is contained in:
parent
4fe05dea31
commit
23328e4ce8
2 changed files with 11 additions and 3 deletions
|
|
@ -30,6 +30,9 @@ class LoginPage(BasePage):
|
|||
class LoginErrorPage(BasePage):
|
||||
pass
|
||||
|
||||
class InfoPage(BasePage):
|
||||
pass
|
||||
|
||||
class AccountsPage(BasePage):
|
||||
def get_list(self):
|
||||
l = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue