Skip to content

Commit 2b10e5b

Browse files
committed
args: align scrollintoview schema with capabilities
1 parent 41e7ad6 commit 2b10e5b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/utils/command-schema.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,10 +443,9 @@ export const COMMAND_SCHEMAS: Record<string, CommandSchema> = {
443443
allowedFlags: [],
444444
},
445445
scrollintoview: {
446-
description: 'Scroll until text appears (Android only)',
446+
description: 'Scroll until text appears',
447447
positionalArgs: ['text'],
448448
allowedFlags: [],
449-
skipCapabilityCheck: true,
450449
},
451450
pinch: {
452451
description: 'Pinch/zoom gesture (iOS simulator)',

0 commit comments

Comments
 (0)