diff --git a/core/util/runPuppet.js b/core/util/runPuppet.js index 373aae921..cc76ffa08 100644 --- a/core/util/runPuppet.js +++ b/core/util/runPuppet.js @@ -118,7 +118,7 @@ async function processScenarioView (scenario, variantOrScenarioLabelSafe, scenar if (isReference && scenario.referenceUrl) { url = scenario.referenceUrl; } - await page.goto(translateUrl(url)); + await page.goto(translateUrl(url), { waitUntil: 'domcontentloaded' }); await injectBackstopTools(page);