diff --git a/modules/cragr/regions/pages.py b/modules/cragr/regions/pages.py index 4650c4d0a03e282acb62b48b4d604fbaa9af6b9a..ceec7097e2122ef9d421ebd7dce819a6e7eb0003 100644 --- a/modules/cragr/regions/pages.py +++ b/modules/cragr/regions/pages.py @@ -681,7 +681,7 @@ def obj_date(self): class OtherSavingsHistoryPage(LoggedPage, CragrPage): def is_here(self): - return CleanText('//span[@class="tdb-cartes-prop"]/b[contains(text(), "HISTORIQUE DES OPERATIONS")]')(self.doc) + return CleanText('//span[@class="tdb-cartes-prop"]/b[contains(text(), "HISTORIQUE DES OPERATIONS") or text()="OPERATIONS"]')(self.doc) @pagination @method