actingAs(User::factory()->superuser()->create()) ->get(route('consumables.show', Consumable::factory()->create()->id)) ->assertOk(); } }