fix a crash on iter_accounts after an investment on banquepopulaire
This commit is contained in:
parent
038a341f3a
commit
81b0d2add3
2 changed files with 7 additions and 0 deletions
|
|
@ -333,6 +333,11 @@ class AccountsPage(BasePage):
|
|||
|
||||
return False
|
||||
|
||||
def pop_up(self):
|
||||
if self.document.xpath('//span[contains(text(), "du navigateur Internet.")]'):
|
||||
return True
|
||||
return False
|
||||
|
||||
def is_short_list(self):
|
||||
return len(self.document.xpath('//script[contains(text(), "EQUIPEMENT_COMPLET")]')) > 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue