From 2493483d0f687194e4d573a933f02278741e1ea3 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Tue, 6 Dec 2022 21:30:54 -0800 Subject: [PATCH] try fix playwright tests --- .github/workflows/podcast-web.yml | 3 +++ src/Web/E2E/playwright.config.ts | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/podcast-web.yml b/.github/workflows/podcast-web.yml index e2eadf9..e50650f 100644 --- a/.github/workflows/podcast-web.yml +++ b/.github/workflows/podcast-web.yml @@ -57,6 +57,9 @@ jobs: - name: Install dependencies run: npm ci + + -name: install edge + run: npx playwright install msedge - name: Run Playwright tests run: | diff --git a/src/Web/E2E/playwright.config.ts b/src/Web/E2E/playwright.config.ts index 98b4a7b..531d4a5 100644 --- a/src/Web/E2E/playwright.config.ts +++ b/src/Web/E2E/playwright.config.ts @@ -39,7 +39,7 @@ const config: PlaywrightTestConfig = { { name: 'Microsoft Edge', use: { - channel: 'msedge-dev', + channel: 'msedge', }, }, ],