Full support of transfer

This commit is contained in:
Florent 2012-09-25 15:46:54 +02:00 committed by Romain Bignon
commit c861da55f9
4 changed files with 62 additions and 8 deletions

View file

@ -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')