mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Tests for the recurring transaction controller.
This commit is contained in:
@@ -210,7 +210,8 @@ class PiggyBankControllerCest
|
||||
'post_submit_action' => 'create_another',
|
||||
'remind_me' => 0,
|
||||
'order' => 3,
|
||||
'account_id' => 1, 'targetamount' => 1000]
|
||||
'account_id' => 1,
|
||||
'targetamount' => 1000]
|
||||
);
|
||||
$I->see('Piggy bank "Some new piggy bank" stored.');
|
||||
}
|
||||
@@ -229,7 +230,9 @@ class PiggyBankControllerCest
|
||||
'reminder_skip' => 0,
|
||||
'remind_me' => 0,
|
||||
'order' => 3,
|
||||
'account_id' => 1, 'targetamount' => 1000]
|
||||
'account_id' => 1,
|
||||
'post_submit_action' => 'store',
|
||||
'targetamount' => 1000]
|
||||
);
|
||||
$I->see('Name is too short');
|
||||
}
|
||||
|
Reference in New Issue
Block a user