fix regexp of config
This commit is contained in:
parent
79c7bd9816
commit
d7fa7ce5ae
2 changed files with 3 additions and 3 deletions
|
|
@ -48,7 +48,7 @@ class LCLBrowser(BaseBrowser):
|
|||
assert isinstance(self.password, basestring)
|
||||
|
||||
if not self.is_on_page(LoginPage):
|
||||
self.home()
|
||||
self.location('https://particuliers.secure.lcl.fr/', no_login=True)
|
||||
|
||||
self.page.login(self.agency, self.username, self.password)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue