Disable Element Call Maestro tests for the time being (#5064)

This commit is contained in:
Jorge Martin Espinosa 2025-07-22 17:28:57 +02:00 committed by GitHub
parent 399c52bf1d
commit 6e2ef1f75f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -4,6 +4,6 @@ appId: ${MAESTRO_APP_ID}
- tapOn:
id: "text_editor"
- inputText: "Hello world!"
- tapOn: "Send"
- tapOn: "Send message"
- hideKeyboard
- takeScreenshot: build/maestro/511-Timeline

View file

@ -6,6 +6,9 @@ appId: ${MAESTRO_APP_ID}
- runFlow: messages/text.yaml
- runFlow: messages/location.yaml
- runFlow: messages/poll.yaml
- runFlow: call/call.yaml
# Restore once the call flow is fixed
#- runFlow: call/call.yaml
- back
- runFlow: ../../assertions/assertHomeDisplayed.yaml