diff --git a/modules/caissedepargne/pages.py b/modules/caissedepargne/pages.py index cf1faf46e0b939709ba9856b00e9c7299b9a4d97..fcfed545e88bb76197f353a46a0849694aea4dcf 100644 --- a/modules/caissedepargne/pages.py +++ b/modules/caissedepargne/pages.py @@ -208,7 +208,7 @@ def on_load(self): if 'OIC_QCF' in self.browser.url: # QCF is a mandatory test to make sure you know the basics about financials products # however, you can still choose to postpone it. hence the continue link - link = Link('//span[@id="lea-prdvel-lien"]/p/b/a[contains(text(), "Continuer")]')(self.doc) + link = Link('//span[@id="lea-prdvel-lien"]//b/a[contains(text(), "Continuer")]')(self.doc) if link: self.logger.warning("By-passing QCF") self.browser.location(link)