[aum] fix website change: mails.php renamed to mail.php

This commit is contained in:
Romain Bignon 2011-01-20 13:40:30 +01:00
commit 51f99b962e
2 changed files with 6 additions and 4 deletions

View file

@ -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: