[aum] fix website change: mails.php renamed to mail.php
This commit is contained in:
parent
81f9980623
commit
51f99b962e
2 changed files with 6 additions and 4 deletions
|
|
@ -36,7 +36,7 @@ class PageBase(BasePage):
|
|||
raise AdopteBanned('Your account is blocked. You have to unblock by yourself but we can\'t help you.')
|
||||
|
||||
def open_contact_list_page(self):
|
||||
self.browser.follow_link(url_regex=r"/mails.php$")
|
||||
self.browser.follow_link(url_regex=r"/mail.php$")
|
||||
|
||||
def open_thread_page(self, id, all_messages=False):
|
||||
if all_messages:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue