URS-029 · Collect Return Information per Individual Item
Status: FAIL · Duration: 25s · Run Date: April 21, 2026
Test Scenarios
Section titled “Test Scenarios”
Playwright execution
Section titled “Playwright execution”Database Validations
Section titled “Database Validations”Return created for StellarTech → ZuriMED
Section titled “Return created for StellarTech → ZuriMED”Exactly one return with status=submitted should exist, created in the last 2 hours.
SELECT id, return_number, status, date_of_event, notes, created_at FROM returns WHERE sales_organization_id = $1 AND manufacturer_organization_id = $2 AND notes LIKE 'URS-029%' AND created_at > NOW() - INTERVAL '2 hours' ORDER BY created_at DESCNo rows returned.