diff --git a/modules/societegenerale/pages/accounts_list.py b/modules/societegenerale/pages/accounts_list.py index 932aa5850a03323dcb527b890cfa5c17e86952df..207d35df8c6011d7ea69df58ce78265a8b79464f 100644 --- a/modules/societegenerale/pages/accounts_list.py +++ b/modules/societegenerale/pages/accounts_list.py @@ -596,14 +596,6 @@ def get_error_msg(self): assert self.doc.xpath('//div[@class="error_content"]'), 'There should have link to history page.' return CleanText('//div[@class="error_content"]//span[@class="error_msg"]')(self.doc) - def get_error_msg(self): - assert self.doc.xpath('//div[@class="error_content"]'), 'There should have link to history page.' - return CleanText('//div[@class="error_content"]//span[@class="error_msg"]')(self.doc) - - def get_error_msg(self): - assert self.doc.xpath('//div[@class="error_content"]'), 'There should have link to history page.' - return CleanText('//div[@class="error_content"]//span[@class="error_msg"]')(self.doc) - class LifeInsurance(LoggedPage, HTMLPage): def on_load(self):