backported AuM last modifications

This commit is contained in:
Romain Bignon 2010-03-08 18:53:27 +01:00
commit 0ac4885ad8
8 changed files with 124 additions and 39 deletions

View file

@ -44,7 +44,8 @@ class RegisterPage(PageBase):
- godfather
"""
self.browser.select_form(name="form2")
self.browser.controls.pop()
self.browser.controls.pop() # pop the 'sex' control which is twice on page
self.browser.set_all_readonly(False)
if isinstance(nickname, unicode):
nickname = nickname.encode('iso-8859-15', 'ignore')