fix unicode error during transfer
This commit is contained in:
parent
98cf41b454
commit
c7b81f0e3c
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class TransferPage(BasePage):
|
|||
self.browser['C2'] = [recipient.receive_checkbox]
|
||||
self.browser['T6'] = str(amount).replace('.', ',')
|
||||
if reason:
|
||||
self.browser['T5'] = reason
|
||||
self.browser['T5'] = reason.encode('utf-8')
|
||||
self.browser.submit()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue