correctly detect when user is logged even if the confirm page is unknown
This commit is contained in:
parent
aeacbe45a9
commit
a9398b515a
6 changed files with 8 additions and 6 deletions
|
|
@ -36,7 +36,7 @@ class CaisseEpargne(BaseBrowser):
|
|||
}
|
||||
|
||||
def is_logged(self):
|
||||
return self.page and not self.is_on_page(LoginPage)
|
||||
return not self.is_on_page(LoginPage)
|
||||
|
||||
def home(self):
|
||||
self.location('https://www.caisse-epargne.fr/particuliers/ind_pauthpopup.aspx?mar=101®=&fctpopup=auth&cv=0')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue