LCL: fix login again
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com> Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
parent
6a0786ce99
commit
4a92e6e15a
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class LCLBrowser(BaseBrowser):
|
|||
|
||||
self.page.login(self.agency, self.username, self.password)
|
||||
|
||||
if not self.is_logged() or self.is_on_page(LoginErrorPage):
|
||||
if not self.is_logged():
|
||||
raise BrowserIncorrectPassword()
|
||||
|
||||
self.location('%s://%s/outil/UWSP/Synthese/accesSynthese' % (self.PROTOCOL, self.DOMAIN))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue