mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fixed the tests [skip ci]
This commit is contained in:
@@ -234,7 +234,7 @@ class PiggyBankControllerCest
|
||||
'post_submit_action' => 'store',
|
||||
'targetamount' => 1000]
|
||||
);
|
||||
$I->see('Name is too short');
|
||||
$I->see('The name field is required.');
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -324,7 +324,7 @@ class PiggyBankControllerCest
|
||||
'post_submit_action' => 'update',
|
||||
]
|
||||
);
|
||||
$I->see('Name is too short');
|
||||
$I->see('The name field is required.');
|
||||
$I->seeInDatabase('piggy_banks', ['name' => 'New camera']);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user