← back to Consulting Rentv Com
auto-save: 2026-07-20T11:31:52 (8 files) — data/audit-video/maptest.mjs data/audit-video/rec/page@6c20ddf9cc708f07df90d176f7630239.webm public/videos/heygen-advertising.mp4 public/videos/heygen-brandfilm.mp4 public/videos/heygen-competitors.mp4
e24fb26bce7da62e8d7784e45f1b2a7179e566f4 · 2026-07-20 11:31:53 -0700 · Steve Abrams
Files touched
M data/audit-video/maptest.mjsD data/audit-video/rec/page@6c20ddf9cc708f07df90d176f7630239.webmD public/videos/heygen-advertising.mp4D public/videos/heygen-brandfilm.mp4D public/videos/heygen-competitors.mp4D public/videos/heygen-reputation.mp4D public/videos/heygen-social.mp4D public/videos/heygen-timing.mp4
Diff
commit e24fb26bce7da62e8d7784e45f1b2a7179e566f4
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon Jul 20 11:31:53 2026 -0700
auto-save: 2026-07-20T11:31:52 (8 files) — data/audit-video/maptest.mjs data/audit-video/rec/page@6c20ddf9cc708f07df90d176f7630239.webm public/videos/heygen-advertising.mp4 public/videos/heygen-brandfilm.mp4 public/videos/heygen-competitors.mp4
---
data/audit-video/maptest.mjs | 10 ++++------
.../rec/page@6c20ddf9cc708f07df90d176f7630239.webm | Bin 10747904 -> 0 bytes
public/videos/heygen-advertising.mp4 | Bin 2687624 -> 0 bytes
public/videos/heygen-brandfilm.mp4 | Bin 15992970 -> 0 bytes
public/videos/heygen-competitors.mp4 | Bin 20678214 -> 0 bytes
public/videos/heygen-reputation.mp4 | Bin 19943399 -> 0 bytes
public/videos/heygen-social.mp4 | Bin 6003250 -> 0 bytes
public/videos/heygen-timing.mp4 | Bin 4922836 -> 0 bytes
8 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/data/audit-video/maptest.mjs b/data/audit-video/maptest.mjs
index 5e22893..b2874bf 100644
--- a/data/audit-video/maptest.mjs
+++ b/data/audit-video/maptest.mjs
@@ -1,12 +1,10 @@
import { chromium } from 'playwright';
-const b=await chromium.launch({channel:'chrome',headless:false});
+const b=await chromium.launch({headless:true,args:['--disable-dev-shm-usage']});
const c=await b.newContext({viewport:{width:1920,height:1080},httpCredentials:{username:'admin',password:'DW2024!'}});
const p=await c.newPage();
await p.goto('http://localhost:9701/portal',{waitUntil:'load',timeout:45000});
await p.waitForTimeout(1200);
-await p.evaluate(()=>{const s=document.getElementById('dealdesk');const h=s.querySelector('.acchead');if(h)h.click();s.querySelector('.eyebrow').scrollIntoView({block:'start'});window.scrollBy(0,-70);});
-await p.waitForTimeout(1200);
-await p.evaluate(()=>{ if(window.__deskMap&&window.__deskMap.invalidateSize)window.__deskMap.invalidateSize(); window.dispatchEvent(new Event('resize')); });
-await p.waitForTimeout(4500);
-await p.screenshot({path:'verify/maptest.png'});
+await p.evaluate(()=>{const s=document.getElementById('dealdesk');const h=s.querySelector('.acchead');if(h)h.click();s.querySelector('.eyebrow').scrollIntoView({block:'start'});window.scrollBy(0,-70);window.dispatchEvent(new Event('resize'));setTimeout(()=>window.dispatchEvent(new Event('resize')),400);});
+await p.waitForTimeout(5000);
+await p.screenshot({path:'verify/maptest2.png'});
await b.close(); console.log('OK');
diff --git a/data/audit-video/rec/page@6c20ddf9cc708f07df90d176f7630239.webm b/data/audit-video/rec/page@6c20ddf9cc708f07df90d176f7630239.webm
deleted file mode 100644
index c711772..0000000
Binary files a/data/audit-video/rec/page@6c20ddf9cc708f07df90d176f7630239.webm and /dev/null differ
diff --git a/public/videos/heygen-advertising.mp4 b/public/videos/heygen-advertising.mp4
deleted file mode 100644
index 4112dda..0000000
Binary files a/public/videos/heygen-advertising.mp4 and /dev/null differ
diff --git a/public/videos/heygen-brandfilm.mp4 b/public/videos/heygen-brandfilm.mp4
deleted file mode 100644
index 32717a7..0000000
Binary files a/public/videos/heygen-brandfilm.mp4 and /dev/null differ
diff --git a/public/videos/heygen-competitors.mp4 b/public/videos/heygen-competitors.mp4
deleted file mode 100644
index 7e4406a..0000000
Binary files a/public/videos/heygen-competitors.mp4 and /dev/null differ
diff --git a/public/videos/heygen-reputation.mp4 b/public/videos/heygen-reputation.mp4
deleted file mode 100644
index 575bae6..0000000
Binary files a/public/videos/heygen-reputation.mp4 and /dev/null differ
diff --git a/public/videos/heygen-social.mp4 b/public/videos/heygen-social.mp4
deleted file mode 100644
index 12620fe..0000000
Binary files a/public/videos/heygen-social.mp4 and /dev/null differ
diff --git a/public/videos/heygen-timing.mp4 b/public/videos/heygen-timing.mp4
deleted file mode 100644
index c41c1b2..0000000
Binary files a/public/videos/heygen-timing.mp4 and /dev/null differ
← 35e7e99 RENTV audit walkthrough video: portal screen-capture + Steve
·
back to Consulting Rentv Com
·
chore: lint (syntax ✓), v0.1.1 → v0.1.2 (session close) 0b53914 →