Show patients in queue on the doctor dashboard.
Deploy Ladill Care / deploy (push) Successful in 25s

Clinical staff without admin KPIs get waiting and in-consultation lists in the empty space.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-15 00:54:28 +00:00
co-authored by Cursor
parent eb06baaa44
commit 2f1ebd5387
3 changed files with 131 additions and 0 deletions
+2
View File
@@ -95,6 +95,8 @@ class CareWebTest extends TestCase
->assertOk()
->assertSee('Patients today')
->assertSee('Appointments today')
->assertSee('Patients in queue')
->assertSee('No patients waiting right now.')
->assertDontSee('Revenue today')
->assertDontSee('Open bills')
->assertDontSee('Team members')