Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web-static/sharechain-explorer/tests/visual/capture.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ async function capture(mode, outfile) {
// leaves a non-essential subresource (favicon/image) pending and
// never fires the load event within the timeout; `networkidle0`
// never settles because bundled mode opens a persistent SSE conn.
await page.goto(url, { waitUntil: 'domcontentloaded', timeout: 15000 });
await page.waitForSelector('#defrag-canvas', { timeout: 8000 });
await page.goto(url, { waitUntil: 'domcontentloaded', timeout: 45000 });
await page.waitForSelector('#defrag-canvas', { timeout: 20000 });
// Generous fixed delay lets both paths complete their initial
// fetch + render. Deterministic against the mock server (no live
// data, no SSE pushes).
Expand Down
Loading