Skip to content

Commit 7ad56f0

Browse files
authored
Update packages/server/lib/browsers/chrome.ts
1 parent f4993b7 commit 7ad56f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/lib/browsers/chrome.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const debug = debugModule('cypress:server:browsers:chrome')
2525
const LOAD_EXTENSION = '--load-extension='
2626
const CHROME_VERSIONS_WITH_BUGGY_ROOT_LAYER_SCROLLING = '66 67'.split(' ')
2727
const CHROME_VERSION_INTRODUCING_PROXY_BYPASS_ON_LOOPBACK = 72
28-
const CHROME_VERSION_INTRODUCING_EVERY_NTH_FRAME = 89
28+
const CHROME_VERSION_WITH_FPS_INCREASE = 89
2929

3030
const CHROME_PREFERENCE_PATHS = {
3131
default: path.join('Default', 'Preferences'),

0 commit comments

Comments
 (0)