# test_manual_tva_footer.ps1 - wrapper peste harness-ul generic pentru scenariul rundelor 15-17 # (nOldVal unic, do_calculeaza_diferente fara repozitionare pe tnRecNo, protectie mod_manual pe T, # footer _grdfooter1 pe GridArt). Rulare: # powershell -ExecutionPolicy Bypass -File test_manual_tva_footer.ps1 $ErrorActionPreference = 'Stop' $Teste = $PSScriptRoot & (Join-Path (Split-Path $Teste -Parent) 'vfp_ui_harness.ps1') ` -TestPrg (Join-Path $Teste 'test_manual_tva_footer.prg') ` -Steps @('3documente','articole_sincronizate','corectie_manuala_tva','f5_verificare','final') ` -ShotsDir (Join-Path $Teste 'screenshots_tva_footer') ` -SyncDir (Join-Path $Teste 'uisync_tva_footer') ` -StepTimeoutSec 180 ` -ReadyTimeoutSec 180