From 9a35eb39ae209d1305ae3c14c437618c3c2fd29f Mon Sep 17 00:00:00 2001 From: naugtur Date: Wed, 17 Jan 2024 14:48:45 +0100 Subject: [PATCH] squashme - test --- .github/workflows/lockdown-canary.yml | 4 ++-- packages/ses/smoke-test/index.js | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lockdown-canary.yml b/.github/workflows/lockdown-canary.yml index 639606b750..d6bf5cbe12 100644 --- a/.github/workflows/lockdown-canary.yml +++ b/.github/workflows/lockdown-canary.yml @@ -44,7 +44,7 @@ jobs: # node ./packages/ses/smoke-test/index.js "$(which chrome)" chrome-canary: - runs-on: macos-11 + runs-on: windows-stable ## chrome-canary is not supported on linux o_O ## but canary on mac won't connect @@ -59,7 +59,7 @@ jobs: uses: browser-actions/setup-chrome@latest ## location is OS dependent with: - chrome-version: 'beta' + chrome-version: 'canary' - name: build ses run: | diff --git a/packages/ses/smoke-test/index.js b/packages/ses/smoke-test/index.js index 77987f7578..7490daeb90 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, { waitUntil: 'load' }); + await page.goto(pathToIndex); + // await page.goto(pathToIndex, { waitUntil: 'load' }); assert.equal( await page.evaluate(`typeof lockdown;`),