FreedomCoop / valuenetwork

Fork coming from NRP-Sensorica to use and work for FREEDOM COOP
http://fair.coop
GNU Affero General Public License v3.0
31 stars 12 forks source link

Check the send button fulfilling all the fields. Faircoin wallet Module. Testocp enviroment #497

Closed Holofractographic closed 5 years ago

Holofractographic commented 5 years ago

Defect ID: DF_FCM_05 Test Case: Check the send button fulfilling all the fields Steps to reproduce:

  1. Successful login into Testocp.freedomcoop.eu
  2. Succesfully enter in Faircoin account from profile module
  3. Enter appropiate values in all the fields (required and not)
  4. Click on send button

Expected Result: A window show a message to confirm the sending Showing Info about amount and address. Accept or cancel action is required Once accepted the faircoin is sent

Actual Result: Exception error ocurred: https://testocp.freedomcoop.eu/faircoin/faircoin-history/170/

TypeError at /faircoin/faircoin-history/170/ 'FaircoinAddress' object is not callable Request Method: GET Request URL: https://testocp.freedomcoop.eu/faircoin/faircoin-history/170/ Django Version: 1.11.16 Exception Type: TypeError Exception Value:
'FaircoinAddress' object is not callable Exception Location: /home/ocp/app/valuenetwork/valuenetwork/valueaccounting/service.py in include_blockchain_tx_as_event, line 333 Python Executable: /usr/bin/python Python Version: 2.7.9

bum2 commented 5 years ago

This should be also solved by commit f5221de ... please reopen if it fails again