We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4993b7 commit 7ad56f0Copy full SHA for 7ad56f0
packages/server/lib/browsers/chrome.ts
@@ -25,7 +25,7 @@ const debug = debugModule('cypress:server:browsers:chrome')
25
const LOAD_EXTENSION = '--load-extension='
26
const CHROME_VERSIONS_WITH_BUGGY_ROOT_LAYER_SCROLLING = '66 67'.split(' ')
27
const CHROME_VERSION_INTRODUCING_PROXY_BYPASS_ON_LOOPBACK = 72
28
-const CHROME_VERSION_INTRODUCING_EVERY_NTH_FRAME = 89
+const CHROME_VERSION_WITH_FPS_INCREASE = 89
29
30
const CHROME_PREFERENCE_PATHS = {
31
default: path.join('Default', 'Preferences'),
0 commit comments