mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-01-22 20:59:30 -05:00
* Switch the order of share manager or linking manager * Maestro e2e test for sharing into app on iOS * Update maestro flow * Maestro e2e test to check if links into the app work * Maestro e2e test android share into app
16 lines
462 B
YAML
16 lines
462 B
YAML
# adb push e2e/maestro/android/test.jpg /sdcard/Pictures
|
|
# adb reboot
|
|
appId: org.inaturalist.iNaturalistMobile
|
|
---
|
|
- launchApp:
|
|
appId: com.android.gallery3d # Android AOSP Gallery app
|
|
- tapOn:
|
|
id: "com.android.gallery3d:id/gl_root_view"
|
|
- tapOn: "Share with"
|
|
- tapOn: "iNaturalistReactNative"
|
|
- extendedWaitUntil:
|
|
visible: "New Observation"
|
|
timeout: 10000
|
|
# Assert for timestamp which means EXIF parsing was correct
|
|
- assertVisible: .*11:14:16.*
|