You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'An explicit Maestro-compatible simple-selector click completed as an XCTest element tap. This path is selected only when the runner was allowed to use the non-hittable coordinate fallback but reported that it did not use it.',
417
+
commands: ['click'],
418
+
guarantees: {
419
+
disambiguation: {
420
+
kind: 'waived',
421
+
reason:
422
+
'Intentional: Maestro replay uses its expected-point compatibility scan rather than runtime structural-equivalence-or-reject semantics.',
423
+
},
424
+
occlusion: {
425
+
kind: 'waived',
426
+
reason:
427
+
'Intentional: the direct element-tap outcome relies on XCTest hittability instead of the daemon snapshot occlusion classifier.',
428
+
},
429
+
parentOwnedTouchPoint: {
430
+
kind: 'waived',
431
+
reason:
432
+
'gap: the runner has the matched element but no daemon snapshot tree from which to exclude independently interactive descendants.',
0 commit comments