Browse Source

Puppeteer E2E test: Switch to Chromium beta channel (#25504)

Levi Pesin 2 years ago
parent
commit
1492601476
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/e2e/puppeteer.js

+ 1 - 1
test/e2e/puppeteer.js

@@ -106,7 +106,7 @@ const PLATFORMS = {
 };
 const OMAHA_PROXY = 'https://omahaproxy.appspot.com/all.json';
 
-const chromiumChannel = 'stable'; // stable -> beta -> dev -> canary (Mac and Windows) -> canary_asan (Windows)
+const chromiumChannel = 'beta'; // stable -> beta -> dev -> canary (Mac and Windows) -> canary_asan (Windows)
 
 const port = 1234;
 const pixelThreshold = 0.1; // threshold error in one pixel