'Home', 'slug' => 'home', 'content' => [], 'is_published' => true, 'user_id' => User::factory()->create()->id, ]); $response = $this->get('/'); $response->assertStatus(200); } }