[object Object]

← back to Dw Theme Boost Fix

auto-save: 2026-07-13T10:24:15 (1 files) — verify/live-gate.mjs

0b6e841e35d4c3ab2687e65fe81bb9960210540c · 2026-07-13 10:24:24 -0700 · Steve Abrams

Files touched

Diff

commit 0b6e841e35d4c3ab2687e65fe81bb9960210540c
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jul 13 10:24:24 2026 -0700

    auto-save: 2026-07-13T10:24:15 (1 files) — verify/live-gate.mjs
---
 verify/live-gate.mjs | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/verify/live-gate.mjs b/verify/live-gate.mjs
new file mode 100644
index 0000000..354daea
--- /dev/null
+++ b/verify/live-gate.mjs
@@ -0,0 +1,11 @@
+import { chromium } from 'playwright';
+const b = await chromium.launch();
+const p = await b.newPage();
+const hits = [];
+p.on('response', r => { const u = r.url(); if (u.includes('bc-solutions') || u.includes('mybcapps')) hits.push({ u: u.split('?')[0], s: r.status() }); });
+await p.goto('https://www.designerwallcoverings.com/collections/grasscloth-wallpaper-collection', { waitUntil: 'load', timeout: 60000 });
+await p.waitForTimeout(12000);
+console.log('staging:', hits.filter(h => h.u.includes('staging')).length, '| prod 200s:', hits.filter(h => h.u.includes('mybcapps') && h.s === 200).length);
+console.log('facets:', await p.locator('[class*="boost-sd__filter"] li, .boost-sd__filter-option-item').count().catch(() => 0));
+console.log('toggle pill:', await p.locator('#dw-page-mode').count());
+await b.close();

← 26f1d45 preview gate PASS on theme 143947038771 (0 staging, facets,  ·  back to Dw Theme Boost Fix  ·  auto-save: 2026-07-13T10:54:28 (1 files) — boost-support-tic 48726b4 →