'production']); $this->get(route('laravel-websockets.dashboard')) ->assertResponseStatus(403); } /** @test */ public function can_see_dashboard() { $this->get(route('laravel-websockets.dashboard')) ->assertResponseOk() ->see('WebSockets Dashboard'); } }