create(); $response = $this->actingAs($user)->get(route('password.confirm')); $response->assertStatus(200); });