fix: disable bfcache in the launcher (#8196)

Puppeteer has problems handling navigations to pages that
are restored from the back-forward cache. Let's disable it
until we have the support and test coverage.

Issues: #8182
This commit is contained in:
Alex Rudenko 2022-04-06 09:04:31 +02:00 committed by GitHub
parent c1dcd857e3
commit 9ac7318506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,7 +213,7 @@ class ChromeLauncher implements ProductLauncher {
'--disable-default-apps',
'--disable-dev-shm-usage',
'--disable-extensions',
'--disable-features=Translate',
'--disable-features=Translate,BackForwardCache',
'--disable-hang-monitor',
'--disable-ipc-flooding-protection',
'--disable-popup-blocking',