Full support of transfer
This commit is contained in:
parent
dae0cdf513
commit
c861da55f9
4 changed files with 62 additions and 8 deletions
|
|
@ -148,6 +148,8 @@ class Ing(BaseBrowser):
|
|||
if not self.is_on_page(TransferConfirmPage):
|
||||
raise TransferError("Recipient not found")
|
||||
else:
|
||||
self.page.confirm()
|
||||
self.page.confirm(self.password)
|
||||
self.location('/protected/pages/cc/transfer/create/transferCreateValidation.jsf')
|
||||
return self.page.recap()
|
||||
else:
|
||||
raise TransferError()
|
||||
raise TransferError('Recipient not found')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue