Introduces a line for the account history of savings.

This commit is contained in:
Juliette Stehlé 2013-07-06 18:00:55 +02:00 committed by Florent Fourcot
commit ea52ac00a8

View file

@ -44,6 +44,7 @@ class Boursorama(BaseBrowser):
'.*connexion.phtml.*': LoginPage,
'.*/comptes/synthese.phtml': AccountsList,
'.*/comptes/banque/detail/mouvements.phtml.*': AccountHistory,
'.*/comptes/epargne/mouvements.phtml.*': AccountHistory,
'.*/date_anniversaire.phtml.*': UpdateInfoPage,
}