create(); $this->actingAs($user); $response = $this->get('/user/other-browser-sessions', [ 'password' => 'password', ]); $response->assertSessionHasNoErrors(); } }