create(); $this->actingAs($user) ->get(route('chat.index')) ->assertOk() ->assertSeeText('AI Conversation Studio') ->assertSeeText('Live Conversation Feed') ->assertSeeText('Compose Next Prompt'); } }