mobile-dev-inc / maestro

Painless Mobile UI Automation
https://maestro.mobile.dev/
Apache License 2.0
5.71k stars 260 forks source link

Landscape support for iOS native pop-up [Flutter][maestro@1.39-dev.2] #2065

Open klyovan opened 4 days ago

klyovan commented 4 days ago

Is there an existing issue for this?

Steps to reproduce

  1. Run maestro studio on flutter app builded for ios
  2. Invoke native pop-up using Platfrom Channels (or signIn method from google sign in plugin)
  3. The nodes for cancel and continue item exists on the screen, but they are flattened and positioned to the left and below, but still not clickable using either the studio or the yaml file.

Actual results

The nodes for cancel and continue item exists on the screen, but they are flattened and positioned to the left and below, but still not clickable using either the studio or the yaml file

Expected results

The nodes for cancel and continue item exists on the screen and they are clickable using either the studio or the yaml file.

About app

About environment

Logs

Logs ``` ```

Maestro version

1.39-dev.2

How did you install Maestro?

Homebrew

Anything else?

image image

klyovan commented 3 days ago

565 It may have appeared after this fix