Skip to content

Commit 7ab805e

Browse files
committed
update test for iOS 26.2
1 parent 3416c74 commit 7ab805e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/ios.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test('ios settings commands', { skip: shouldSkipIos() }, async () => {
2929
formatResultDebug('snapshot nodes', snapshotArgs, snapshot),
3030
);
3131

32-
const clickArgs = ['click', '@e15', '--json', ...session];
32+
const clickArgs = ['click', '@e21', '--json', ...session];
3333
const click = runCliJson(clickArgs);
3434
assert.equal(click.status, 0, formatResultDebug('click @e13', clickArgs, click));
3535

0 commit comments

Comments
 (0)