diff --git a/.github/workflows/ci-test-e2e.yml b/.github/workflows/ci-test-e2e.yml
index 960ecf015fa36508258012e186d3ae8364db0388..6437bcfc61d42e08abe175d043a7a34306f86820 100644
--- a/.github/workflows/ci-test-e2e.yml
+++ b/.github/workflows/ci-test-e2e.yml
@@ -142,7 +142,7 @@ jobs:
           path: |
             ~/.cache/ms-playwright
           # This is the version of Playwright that we are using, if you are willing to upgrade, you should update this.
-          key: playwright-1.23.1
+          key: playwright-1.23.1.
 
       - name: Install Playwright
         if: inputs.type == 'ui' && steps.cache-playwright.outputs.cache-hit != 'true'
diff --git a/apps/meteor/playwright.config.ts b/apps/meteor/playwright.config.ts
index aaedd42e78d6a6033730baa34522f0c41535c5a6..5003bee7f098431c97805fd7803a0e428d54990e 100644
--- a/apps/meteor/playwright.config.ts
+++ b/apps/meteor/playwright.config.ts
@@ -11,7 +11,6 @@ export default {
 		baseURL: constants.BASE_URL,
 		screenshot: process.env.CI ? 'off' : 'only-on-failure',
 		video: process.env.CI ? 'off' : 'retain-on-failure',
-		channel: 'chrome',
 		launchOptions: {
 			// force GPU hardware acceleration
 			// (even in headless mode)