Commit bfb5e10
* fix(story-06): accept dismissed|not_occluded in the Android keyboard-guard smoke (#387)
Run 28792678817: iOS went GREEN (warm-sim + ready-timeout fix worked),
integrity green — Android failed only because the keyboard-guard returned
'not_occluded' instead of the pinned 'dismissed'. Which fires depends on
the emulator keyboard geometry (bottom button center inside the IME frame
vs at/below its edge), non-deterministic run-to-run. Both are valid
non-blocked outcomes; accept either and reject only no_keyboard/off. The
exact shouldDismiss predicate stays precisely unit-tested in
KeyboardGuardTest.kt (Phase A).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* test(story-06): verify the guarded tap landed via fixture_bottom_count (#387)
Codex P2 on #496: accepting not_occluded on ok:true alone doesn't prove the
bottom button was tapped — a tap swallowed by the IME/nav area still reports
ok:true. Read the observable fixture_bottom_count after the guarded press
(dismissing a still-open keyboard first so the counter is in the tree) and
assert it incremented to 1. This proves the tap landed in BOTH guard
outcomes and catches the swallowed-tap false-pass.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 0e52fd5 commit bfb5e10
2 files changed
Lines changed: 44 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
346 | | - | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
347 | 353 | | |
348 | 354 | | |
349 | 355 | | |
350 | 356 | | |
351 | 357 | | |
| 358 | + | |
352 | 359 | | |
353 | | - | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
354 | 390 | | |
355 | 391 | | |
356 | 392 | | |
| |||
0 commit comments