on page to update user information, raise BrowserIncorrectPassword
This commit is contained in:
parent
5b9c359487
commit
cc31e73f23
3 changed files with 9 additions and 3 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
from .account_history import AccountHistory
|
||||
from .accounts_list import AccountsList
|
||||
from .login import LoginPage
|
||||
from .login import LoginPage, UpdateInfoPage
|
||||
|
||||
class AccountPrelevement(AccountsList):
|
||||
pass
|
||||
|
|
@ -29,4 +29,5 @@ class AccountPrelevement(AccountsList):
|
|||
__all__ = ['LoginPage',
|
||||
'AccountsList',
|
||||
'AccountHistory',
|
||||
'UpdateInfoPage',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue