maester-tests/orca/Test-ORCA234.Tests.ps1
|
# Generated on 08/10/2025 15:41:32 by .\build\orca\Update-OrcaTests.ps1 Describe "ORCA" -Tag "ORCA", "ORCA.234", "EXO", "Security" { It "ORCA.234: Click through is disabled for Safe Documents." { $result = Test-ORCA234 if($null -ne $result) { $result | Should -Be $true -Because "Click through is disabled for Safe Documents." } } } |