Show assessment template names on the ward board.
Deploy Ladill Care / deploy (push) Successful in 1m42s
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:
@@ -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 (0–10)')
|
||||
->assertDontSee('PAIN_NRS');
|
||||
}
|
||||
|
||||
public function test_record_visit_vitals_and_performance_dashboard(): void
|
||||
|
||||
Reference in New Issue
Block a user