From fb35e53d69cb57a3211db7121d5556847ce69be5 Mon Sep 17 00:00:00 2001 From: Cacie Prins Date: Tue, 18 Nov 2025 11:41:23 -0500 Subject: [PATCH] chore: reduce max visibility checks for command log entries to 10 --- packages/types/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/types/src/constants.ts b/packages/types/src/constants.ts index 9297cb7857b..6fd72f3400e 100644 --- a/packages/types/src/constants.ts +++ b/packages/types/src/constants.ts @@ -56,4 +56,4 @@ export const NPM_CYPRESS_REGISTRY_URL = 'https://registry.npmjs.org/cypress' * when dealing with very large element sets. * This number is fairly arbitrary. */ -export const MAX_VISIBILITY_CHECK_ELEMENTS = 50 +export const MAX_VISIBILITY_CHECK_ELEMENTS = 10