← back to Dw Validator Debug TK11314
5x/sweep-1.md
29 lines
# 5x Sweep 1 — Carnegie Siltech Grain 1 Fabric
Target: `https://www.designerwallcoverings.com/products/carnegie-siltech-grain-alabaster`
## Result
- HTTP contract: PASS (`200 text/html`)
- Headless render: PASS (388 KB screenshot)
- Playwright E2E: FAIL (`31 img` nodes, console errors)
- Chrome: PASS
- Safari: PASS
- Firefox: PASS
- Generic click-through: FAIL
## Defects caught
1. The shared click-through harness attempted to operate Shopify's deliberately hidden canonical variant selects and timed out.
2. The harness tested a changing list of visible buttons sequentially, so opening the navigation overlay blocked later controls.
3. Browser console errors included Shopify Shop Pay CSP/403 noise, a PayPal tag-manager 410, favicon 404, and a genuine optional enrichment-service 503 from `https://grassclothwallpaper.com/dw-api/enrich`.
## Fixes
- Changed the shared click-through harness to validate hidden select state without attempting a user interaction.
- Restricted interactive select testing to visible controls.
- Isolated each visible-button test with a clean page load and stable initial index.
- Added bounded browser teardown so third-party payment frames cannot hang a completed sweep.
The enrichment-service outage was not changed because repair requires a production service/deploy action, which remains approval-gated.