LCL: fix login
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com> Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
parent
73b6b1e655
commit
360a2ce3b5
2 changed files with 8 additions and 1 deletions
|
|
@ -29,6 +29,10 @@ class LoginPage(BasePage):
|
|||
class LoginErrorPage(BasePage):
|
||||
pass
|
||||
|
||||
class FramePage(BasePage):
|
||||
pass
|
||||
|
||||
|
||||
class AccountsPage(BasePage):
|
||||
def get_list(self):
|
||||
raise NotImplementedError()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue