Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addMedia not showing in Gallery on Android Cloud #1706

Open
milesingrams opened this issue Mar 28, 2024 · 2 comments
Open

addMedia not showing in Gallery on Android Cloud #1706

milesingrams opened this issue Mar 28, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@milesingrams
Copy link

Describe the bug

when using addMedia to add a file it works locally but in the cloud the action succeeds but doesnt show any images in the gallery on Android.

To Reproduce
Steps to reproduce the behavior, e.g.:

  1. Run on Android Maestro Cloud
    • addMedia
    • open gallery

Expected behavior
Images should show in gallery after adding media

Screenshots
Empty Gallery:
Screen Shot 2024-03-28 at 1 11 43 PM

Environment information (please complete the following information):

  • Maestro version: Cloud
  • Platform: Analyzed using Android API level 30
  • Framework: Expo v49
  • Device model and OS version: Default cloud version of Android
  • Simulator, emulator or physical device
  • Host: Cloud

Workspace (if applicable)
Flow file truncated:

test.yml

- addMedia:
    - '../assets/test.png'
- runFlow:
    file: '../shared/select-gallery-image.yml'

select-gallery-image.yml:

- runFlow:
    when:
      platform: Android
    commands:
      - tapOn:
          id: 'com.google.android.documentsui:id/icon_thumb'
- runFlow:
    when:
      platform: iOS
    commands:
      - tapOn: 'Photo,.*'
@milesingrams milesingrams added the bug Something isn't working label Mar 28, 2024
@Carl-MONNERA
Copy link

Carl-MONNERA commented Apr 3, 2024

Same for iOS.

I've reported it on the slack and had this response at 05 Feb 2024:

unfortunately there is no easy fix here, and will require more time investigating. Since we have a backlog of issues and limited resources I won't be able to give you an ETA, we're sorry for the inconvenience.

In our app, our most used feature is file upload and we cannot test it... it's critical for us and the team seems to ignore this. I'm starting to wonder we're not going to withdraw from the cloud...

@Hosam-hsm
Copy link

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants