backported AuM last modifications
This commit is contained in:
parent
454cf3497a
commit
0ac4885ad8
8 changed files with 124 additions and 39 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue