Nest Care team under settings with Frontdesk-style UI.
Deploy Ladill Care / deploy (push) Successful in 46s
Deploy Ladill Care / deploy (push) Successful in 46s
Move team routes to /settings/team, restyle list and invite pages with settings layout and breadcrumbs, and keep legacy /members redirects.
This commit is contained in:
@@ -139,7 +139,9 @@ class CareWebTest extends TestCase
|
||||
$this->actingAs($this->user)
|
||||
->get(route('care.members.index'))
|
||||
->assertOk()
|
||||
->assertSee('test-user-001');
|
||||
->assertSee('Team members')
|
||||
->assertSee('test@example.com')
|
||||
->assertSee('Settings');
|
||||
}
|
||||
|
||||
public function test_audit_log_index_loads(): void
|
||||
|
||||
Reference in New Issue
Block a user