actingAs(User::factory()->superuser()->create()) ->get(route('companies.edit', Company::factory()->create())) ->assertOk(); } }