actingAs(User::factory()->superuser()->create()) ->get(route('depreciations.edit', Depreciation::factory()->create()->id)) ->assertOk(); } }