Multiple Maestro flows are impacted by the soft keyboard remaining open and obscuring UI elements:
connection.yaml leaves the keyboard open after completion.
message-typed and message-sent screenshots in send-message.yaml are obscured by the keyboard, making visual debugging difficult.
Proposed Solution:
- Ensure
hideKeyboard is used consistently after inputs.
- Adjust
KeyboardAvoidingView or test device settings to ensure the composer remains visible even with the keyboard open.