Commit a344b4b
Fix Maestro image flow keyboard handling (#58272)
Summary:
Restore the `hideKeyboard` step in the RNTester Image Maestro flow before tapping the platform test results.
The step was removed in #58166, after which the local Android release and debug jobs consistently failed `image.yml` across all three attempts. The failure artifact from [run 33481521624](https://github.com/react/react-native/actions/runs/33481521624/job/99784789650) shows the Gboard clipboard panel obscuring the lower results UI. The same flow passed in both configurations immediately before that removal.
This does not change the Maestro Cloud exclusions added in #58166. The earlier Cloud Android run with `hideKeyboard` present passed the `image` flow.
## Changelog:
[INTERNAL] [FIXED] - Restore keyboard dismissal in the RNTester Image Maestro flow.
Pull Request resolved: #58272
Test Plan:
- `maestro check-syntax packages/rn-tester/.maestro/image.yml` — passed (`OK`)
- `./node_modules/.bin/prettier --check packages/rn-tester/.maestro/image.yml` — passed
- `git diff --check` — passed
- Compared Android E2E runs before and after #58166: `image.yml` passed on both release and debug before the removal and failed all three attempts afterward.
Reviewed By: cipolleschi
Differential Revision: D118279104
Pulled By: cortinico
fbshipit-source-id: 4cf0eb686789d33ebb2909cb605215a90661b1431 parent 049c24f commit a344b4b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments