maestro
maestro copied to clipboard
[Flutter] Phantom element being tapped instead of actual element
Describe the bug
What appears to be a phantom DOM of the current screen appears in the top left of the app and is causing tests to intermittently fail on Apple. When performing an action the event is redirected to the phantom DOM not the actual screen.
The DOM appears when interacting with input fields (sometime when the keyboard is displayed) When selecting field which has text entered
To Reproduce Steps to reproduce the behavior, e.g.:
- Enter text into field
- Wait ~20 sec
- TapOn text
Expected behavior
When tapping on field which contains text, focus should change to that field and the keyboard should show or hide (depending on its current state)
Screenshots
Environment information (please complete the following information):
- Maestro version 1.29.0
- Platform: iOS 16.4
- Framework: Flutter
- Device model and OS version: N/A
- Simulator
- Host Mac
Workspace (if applicable) N/A
Bugreport output (if applicable) N/A
Additional context N/A