Strip healthcare packaging and Care integration from Queue.
Deploy Ladill Queue / deploy (push) Successful in 3m12s
Deploy Ladill Queue / deploy (push) Successful in 3m12s
Queue is general-purpose QMS only; Care runs its own native engine. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -59,7 +59,7 @@ class SettingsBranchesTeamTest extends TestCase
|
||||
'appointment_mode' => 'walk_in_only',
|
||||
'industry' => 'retail',
|
||||
'notifications_enabled' => '1',
|
||||
'care_integration_enabled' => '1',
|
||||
'frontdesk_integration_enabled' => '1',
|
||||
])
|
||||
->assertRedirect()
|
||||
->assertSessionHas('success');
|
||||
@@ -68,7 +68,7 @@ class SettingsBranchesTeamTest extends TestCase
|
||||
$this->assertSame('Settings Org Updated', $this->organization->name);
|
||||
$this->assertSame('Africa/Accra', $this->organization->timezone);
|
||||
$this->assertSame('walk_in_only', data_get($this->organization->settings, 'appointment_mode'));
|
||||
$this->assertTrue((bool) data_get($this->organization->settings, 'integrations.care_enabled'));
|
||||
$this->assertTrue((bool) data_get($this->organization->settings, 'integrations.frontdesk_enabled'));
|
||||
}
|
||||
|
||||
public function test_settings_page_does_not_nest_reinstall_form(): void
|
||||
|
||||
Reference in New Issue
Block a user