Disable Element Call Maestro tests for the time being (#5064)
This commit is contained in:
parent
399c52bf1d
commit
6e2ef1f75f
2 changed files with 5 additions and 2 deletions
|
|
@ -4,6 +4,6 @@ appId: ${MAESTRO_APP_ID}
|
||||||
- tapOn:
|
- tapOn:
|
||||||
id: "text_editor"
|
id: "text_editor"
|
||||||
- inputText: "Hello world!"
|
- inputText: "Hello world!"
|
||||||
- tapOn: "Send"
|
- tapOn: "Send message"
|
||||||
- hideKeyboard
|
- hideKeyboard
|
||||||
- takeScreenshot: build/maestro/511-Timeline
|
- takeScreenshot: build/maestro/511-Timeline
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,9 @@ appId: ${MAESTRO_APP_ID}
|
||||||
- runFlow: messages/text.yaml
|
- runFlow: messages/text.yaml
|
||||||
- runFlow: messages/location.yaml
|
- runFlow: messages/location.yaml
|
||||||
- runFlow: messages/poll.yaml
|
- runFlow: messages/poll.yaml
|
||||||
- runFlow: call/call.yaml
|
|
||||||
|
# Restore once the call flow is fixed
|
||||||
|
#- runFlow: call/call.yaml
|
||||||
|
|
||||||
- back
|
- back
|
||||||
- runFlow: ../../assertions/assertHomeDisplayed.yaml
|
- runFlow: ../../assertions/assertHomeDisplayed.yaml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue