Show assessment template names on the ward board.
Deploy Ladill Care / deploy (push) Successful in 1m42s

Buttons and headers were uppercasing internal codes (PAIN_NRS), which looked like a broken label.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-20 16:49:42 +00:00
co-authored by Cursor
parent 6ab9caae27
commit 4c0dbc22d8
2 changed files with 5 additions and 3 deletions
@@ -146,7 +146,9 @@ class CareNursingAssessmentsAndPerformanceTest extends TestCase
->get(route('care.care-units.assessments', $this->unit))
->assertOk()
->assertSee('Ama')
->assertSee('NEWS2');
->assertSee('NEWS2 (Nursing early warning)')
->assertSee('Pain NRS (010)')
->assertDontSee('PAIN_NRS');
}
public function test_record_visit_vitals_and_performance_dashboard(): void