mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Complexity cleanup [skip ci]
This commit is contained in:
@@ -155,7 +155,7 @@ class TransactionControllerCest
|
||||
'post_submit_action' => 'store'
|
||||
]
|
||||
);
|
||||
$I->see('Could not store transaction: This field is mandatory.');
|
||||
$I->see('Could not store transaction: The description field is required.');
|
||||
}
|
||||
|
||||
public function update(FunctionalTester $I)
|
||||
@@ -195,7 +195,7 @@ class TransactionControllerCest
|
||||
'post_submit_action' => 'update'
|
||||
]
|
||||
);
|
||||
$I->see('Could not update transaction: This field is mandatory.');
|
||||
$I->see('Could not update transaction: The description field is required.');
|
||||
}
|
||||
|
||||
public function updateAndReturn(FunctionalTester $I)
|
||||
|
@@ -134,7 +134,7 @@ class UserControllerCest
|
||||
{
|
||||
$I->wantTo('reset my password and fail');
|
||||
$I->amOnPage('/reset/123');
|
||||
$I->see('Yo no hablo reset code!');
|
||||
$I->see('No reset code found!');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user