fn (): array => [ 'settings' => [ [ 'type' => 'table', 'title' => 'App configuration settings', 'rows' => [ ['label' => 'StringEnabled', 'value' => 'Enabled'], ['label' => 'StringDisabled', 'value' => 'Disabled'], ], ], ], 'policy_type' => 'managedDeviceAppConfiguration', ], ], )->render(); expect($html)->toContain('Enabled') ->and($html)->toContain('Disabled') ->and($html)->toContain('fi-badge'); });