Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/types/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading