Skip to content

Recurrent transfer tests

Requires: test-tools!123 (merged)
Related issue: Recurrent transfer - Problem with recurrence limit time

Write functional tests for a recurrent transfer:

  • validate if it is possible to set up and send recurrent transfer from one account to another account
  • cancel recurrent transfer (make transfer with hive amount equals 0),
  • cannot set a transfer that would last for longer than 2 years,
  • exceed the maximum consecutive recurrent transfer failures (10),
  • exceed the maximum limit of recurrent transfer for one account (255),
  • make a recurrent transfer from sender which does not have a resources,
  • two identical recurrent transfers should overwrite parameters of the first recurrent transfer,
Edited by Adam Kociubinski

Merge request reports