Skip to content

Commit

Permalink
squashme - test
Browse files Browse the repository at this point in the history
  • Loading branch information
naugtur committed Jan 17, 2024
1 parent 9a35eb3 commit bbdd96b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ses/smoke-test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit bbdd96b

Please sign in to comment.