# test_repro_trigger_data.ps1 - wrapper peste harness-ul generic pentru testul de REPRODUCERE # cu declansatorul pe coloana Data (Grid1.cDataAct.Text1.Valid), pointer pe randul T-DVI. # Rulare: powershell -ExecutionPolicy Bypass -File test_repro_trigger_data.ps1 $ErrorActionPreference = 'Stop' $Teste = $PSScriptRoot & (Join-Path (Split-Path $Teste -Parent) 'vfp_ui_harness.ps1') ` -TestPrg (Join-Path $Teste 'test_repro_trigger_data.prg') ` -Steps @('nota_goala','doc1_completat','doc1_adaugat','doc2_completat','doc2_adaugat','articole_adaugate','sincronizat','verificat_flux_curat','final') ` -ShotsDir (Join-Path $Teste 'screenshots_repro_trigger_data') ` -SyncDir (Join-Path $Teste 'uisync_repro_trigger_data') ` -StepTimeoutSec 180 ` -ReadyTimeoutSec 180