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 b2477eb412
commit 820be3ffb2
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