diff --git a/features/unit/transactions.feature b/features/unit/transactions.feature index fac2b981..c424b2ea 100644 --- a/features/unit/transactions.feature +++ b/features/unit/transactions.feature @@ -5,9 +5,11 @@ Feature: Transaction encoding @unit.transactions Scenario Outline: Application Transaction Tests () + # TODO: this scenario should be modified to use the "Given suggested transaction parameters..." step instead of combing suggested params and app call params in one step When I build an application transaction with operation "", application-id , sender "", approval-program "", clear-program "", global-bytes , global-ints , local-bytes , local-ints , app-args "", foreign-apps "", foreign-assets "", app-accounts "", fee , first-valid , last-valid , genesis-hash "", extra-pages , boxes "" And sign the transaction Then the base64 encoded signed transaction should equal "" + And the decoded transaction should equal the original Examples: | operation | application-id | sender | approval-prog-file | clear-prog-file | global-bytes | global-ints | local-bytes | local-ints | app-args | foreign-apps | foreign-assets | app-accounts | boxes | fee | first-valid | last-valid | genesis-hash | golden | extra-pages |