From bbdd96b6a2fd627f8cdc0a59470b7ce8c1bf2457 Mon Sep 17 00:00:00 2001 From: naugtur Date: Wed, 17 Jan 2024 14:49:31 +0100 Subject: [PATCH] squashme - test --- packages/ses/smoke-test/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/ses/smoke-test/index.js b/packages/ses/smoke-test/index.js index 7490daeb90..9c440714cd 100644 --- a/packages/ses/smoke-test/index.js +++ b/packages/ses/smoke-test/index.js @@ -28,7 +28,8 @@ async function runTests() { const pathToIndex = new URL('./fixture/index.html', import.meta.url).href; console.log(`opening ${pathToIndex}`) - await page.goto(pathToIndex); + // await page.goto(pathToIndex); + await page.goto(pathToIndex, { waitUntil: 'domcontentloaded' }); // await page.goto(pathToIndex, { waitUntil: 'load' }); assert.equal(