mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 07:08:19 +00:00
Full coverage for user controller.
This commit is contained in:
@@ -68,7 +68,7 @@ class UserControllerCest
|
||||
$I->wantTo('post-register a new account');
|
||||
$I->amOnPage('/register');
|
||||
$I->submitForm('#register', ['email' => 'noreply@gmail.com']);
|
||||
$I->see('Password sent!');
|
||||
$I->see('You\'re about to get an e-mail. Please follow its instructions.');
|
||||
$I->seeRecord('users', ['email' => 'noreply@gmail.com']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user