From 7a6f51444a4c9a5c7022cb29aea6743b295e5d03 Mon Sep 17 00:00:00 2001 From: Satyam Rastogi Date: Sat, 30 May 2026 03:28:00 +0530 Subject: [PATCH] chore(film): longer capture waits for map-heavy screens --- marketing/product-film/src/captures.manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/marketing/product-film/src/captures.manifest.json b/marketing/product-film/src/captures.manifest.json index 7ff072d..5aa2bba 100644 --- a/marketing/product-film/src/captures.manifest.json +++ b/marketing/product-film/src/captures.manifest.json @@ -3,11 +3,11 @@ "theme": "dark", "baseUrl": "http://localhost:5173", "captures": [ - { "id": "storm-intel", "role": "owner", "route": "/owner/storm-intel", "waitMs": 2000 }, - { "id": "territory-map", "role": "owner", "route": "/owner/maps", "waitMs": 2500 }, + { "id": "storm-intel", "role": "owner", "route": "/owner/storm-intel", "waitMs": 5000 }, + { "id": "territory-map", "role": "owner", "route": "/owner/maps", "waitMs": 5000 }, { "id": "pro-canvas", "role": "owner", "route": "/owner/pro-canvas", "waitMs": 1800 }, { "id": "lead-verification", "role": "owner", "route": "/lead-verification", "waitMs": 1800 }, - { "id": "dispatch", "role": "owner", "route": "/owner/dispatch", "waitMs": 2500 }, + { "id": "dispatch", "role": "owner", "route": "/owner/dispatch", "waitMs": 5000 }, { "id": "people-skills", "role": "owner", "route": "/owner/people", "waitMs": 1800 }, { "id": "kanban", "role": "owner", "route": "/owner/kanban", "waitMs": 1800 }, { "id": "settings-access", "role": "owner", "route": "/owner/settings", "waitMs": 1800 },