fix for #11365 add page to browser: pea account type

This commit is contained in:
Baptiste Delpey 2014-12-15 12:40:57 +01:00 committed by Romain Bignon
commit 293da472e3

View file

@ -47,6 +47,7 @@ class Fortuneo(Browser):
'.*/prive/mes-comptes/compte-courant/consulter-situation/consulter-solde\.jsp.*' : AccountHistoryPage,
'.*/prive/mes-comptes/compte-titres-.*': InvestmentHistoryPage,
'.*/prive/mes-comptes/assurance-vie.*': InvestmentHistoryPage,
'.*/prive/mes-comptes/pea.*': InvestmentHistoryPage,
}
def __init__(self, *args, **kwargs):