소스 검색

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

Levi Pesin 2 년 전
부모
커밋
1492601476
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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