maestro icon indicating copy to clipboard operation
maestro copied to clipboard

[Flutter] Phantom element being tapped instead of actual element

Open tide-conrad opened this issue 2 years ago • 5 comments

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.:

  1. Enter text into field
  2. Wait ~20 sec
  3. 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

Screenshot 2023-07-04 at 12 14 25

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

tide-conrad avatar Jul 04 '23 14:07 tide-conrad