Hide specialty department roster from the module overview.
Deploy Ladill Care / deploy (push) Failing after 1m4s

Departments still provision in the background; the list added no operational value on the page.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-18 11:24:44 +00:00
co-authored by Cursor
parent 03befd1e7f
commit dee9a0f2df
3 changed files with 1 additions and 17 deletions
@@ -220,7 +220,6 @@ class CareSpecialtyModulesTest extends TestCase
->get(route('care.specialty.show', 'dentistry'))
->assertOk()
->assertSee('Dentistry')
->assertSee('Departments')
->assertSee('Overview')
->assertSee('Stage map');
}