Account.link_id becomes a private attribute
This commit is contained in:
parent
679177d450
commit
35688f58c9
18 changed files with 37 additions and 30 deletions
|
|
@ -76,6 +76,8 @@ class BNPorc(BaseBrowser):
|
|||
if self.is_on_page(LoginPage):
|
||||
raise BrowserIncorrectPassword()
|
||||
|
||||
#self.readurl('/SAF_SOA?Action=6')
|
||||
|
||||
def change_password(self, new_password):
|
||||
assert new_password.isdigit() and len(new_password) == 6
|
||||
|
||||
|
|
@ -85,6 +87,9 @@ class BNPorc(BaseBrowser):
|
|||
self.location(buf)
|
||||
assert self.is_on_page(ChangePasswordPage)
|
||||
|
||||
#self.readurl('/banque/portail/particulier/bandeau')
|
||||
#self.readurl('/common/vide.htm')
|
||||
|
||||
self.page.change_password(self.password, new_password)
|
||||
|
||||
if not self.is_on_page(ConfirmPage) or self.page.get_error() is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue