we now skip message pages to get_investment on banquepopulaire
This commit is contained in:
parent
886b4bf204
commit
038a341f3a
2 changed files with 14 additions and 1 deletions
|
|
@ -710,3 +710,12 @@ class InvestmentNatixisPage(_BasePage):
|
|||
if value == '-':
|
||||
return NotAvailable
|
||||
return Decimal(Transaction.clean_amount(value))
|
||||
|
||||
class MessagePage(_BasePage):
|
||||
def skip(self):
|
||||
try:
|
||||
self.browser.select_form(name="leForm")
|
||||
except FormNotFoundError:
|
||||
pass
|
||||
else:
|
||||
self.browser.submit(nologin=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue