Commit workspace changes
This commit is contained in:
@@ -7,7 +7,10 @@ use Illuminate\Support\Facades\Notification;
|
||||
test('reset password link screen can be rendered', function () {
|
||||
$response = $this->get('/forgot-password');
|
||||
|
||||
$response->assertStatus(200);
|
||||
$response->assertStatus(200)
|
||||
->assertSee('Read signup and login help')
|
||||
->assertSee(route('help.auth'), false)
|
||||
->assertSee(route('help.troubleshooting'), false);
|
||||
});
|
||||
|
||||
test('reset password link can be requested', function () {
|
||||
|
||||
Reference in New Issue
Block a user