← back to Dw Theme Boost Fix
chore: lint pass clean, probe cleanup (session close)
3879b664858291b6cb7fd092cf692131eb00dd72 · 2026-07-13 11:28:16 -0700 · Steve Abrams
Files touched
M verify/search-probe.mjs
Diff
commit 3879b664858291b6cb7fd092cf692131eb00dd72
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon Jul 13 11:28:16 2026 -0700
chore: lint pass clean, probe cleanup (session close)
---
verify/search-probe.mjs | 1 -
1 file changed, 1 deletion(-)
diff --git a/verify/search-probe.mjs b/verify/search-probe.mjs
index 00c875a..1fbb4e0 100644
--- a/verify/search-probe.mjs
+++ b/verify/search-probe.mjs
@@ -6,7 +6,6 @@ p.on('response', r => { const u=r.url(); if (u.includes('bc-solutions')||u.inclu
await p.goto('https://www.designerwallcoverings.com/search?q=milano+tessile', {waitUntil:'load', timeout:60000});
await p.waitForTimeout(12000);
const products = await p.locator('.boost-sd__product-item, [class*="boost-sd__product"]').count().catch(()=>0);
-const bodyText = (await p.locator('body').innerText()).slice(0,0) || '';
const noResult = await p.locator('text=/no results|nothing found|0 results/i').count().catch(()=>0);
console.log('search page product elements:', products, '| no-result banners:', noResult);
console.log('staging hits:', hits.filter(h=>h.u.includes('staging')).length, '| prod 200s:', hits.filter(h=>h.u.includes('mybcapps')&&h.s===200).length);
← 48726b4 auto-save: 2026-07-13T10:54:28 (1 files) — boost-support-tic
·
back to Dw Theme Boost Fix
·
auto-save: 2026-07-14T12:00:58 (1 files) — snippets/dw-boost eb55e84 →