Add maestro test for send location (#914)

Originally part of https://github.com/vector-im/element-x-android/pull/770
It's been extracted out since it's currently blocked by our lack of maestro cloud credits.

- https://github.com/vector-im/element-meta/issues/1682
This commit is contained in:
Marco Romano
2023-07-19 14:46:56 +02:00
committed by GitHub
parent fb85cc0be4
commit de2980bec7
4 changed files with 19 additions and 5 deletions

View File

@@ -36,6 +36,8 @@ jobs:
java-version: '17'
- name: Assemble debug APK
run: ./gradlew assembleDebug $CI_GRADLE_ARG_PROPERTIES
env:
ELEMENT_ANDROID_MAPTILER_API_KEY: ${{ secrets.MAPTILER_KEY }}
- name: Upload debug APKs
uses: actions/upload-artifact@v3
with:

View File

@@ -0,0 +1,7 @@
appId: ${APP_ID}
---
- takeScreenshot: build/maestro/520-Timeline
- tapOn: "Add attachment"
- tapOn: "Location"
- tapOn: "Share my location"
- takeScreenshot: build/maestro/521-Timeline

View File

@@ -0,0 +1,8 @@
appId: ${APP_ID}
---
- takeScreenshot: build/maestro/510-Timeline
- tapOn: "Message"
- inputText: "Hello world!"
- tapOn: "Send"
- hideKeyboard
- takeScreenshot: build/maestro/511-Timeline

View File

@@ -1,12 +1,9 @@
appId: ${APP_ID}
---
# This is the name of one room
# TODO Create a room on a new account
- tapOn: ${ROOM_NAME}
- takeScreenshot: build/maestro/500-Timeline
- tapOn: "Message"
- inputText: "Hello world!"
- tapOn: "Send"
- hideKeyboard
- runFlow: messages/text.yaml
- runFlow: messages/location.yaml
- back
- runFlow: ../../assertions/assertHomeDisplayed.yaml