mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-06-18 12:41:54 -04:00
25 lines
580 B
YAML
25 lines
580 B
YAML
appId: org.inaturalist.iNaturalistMobile
|
|
---
|
|
- launchApp
|
|
- extendedWaitUntil:
|
|
visible: iNaturalist
|
|
timeout: 10000
|
|
|
|
# dismiss iNaturalist FTUE
|
|
- runFlow:
|
|
when:
|
|
visible: Continue
|
|
commands:
|
|
- tapOn: Close
|
|
- assertVisible: Use iNaturalist to identify any living thing
|
|
|
|
- launchApp:
|
|
appId: com.apple.mobilesafari
|
|
- tapOn: Address
|
|
- inputText: "https://www.inaturalist.org/users/sign_in?confirmed=true"
|
|
- pressKey: Enter
|
|
- assertVisible: .*Open in the iNaturalist app.*
|
|
- tapOn: OPEN
|
|
|
|
- assertVisible: Your email is confirmed! Please log in to continue.
|