Skip to content

Commit 6e2ef1f

Browse files
authored
Disable Element Call Maestro tests for the time being (#5064)
1 parent 399c52b commit 6e2ef1f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.maestro/tests/roomList/timeline/messages/text.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ appId: ${MAESTRO_APP_ID}
44
- tapOn:
55
id: "text_editor"
66
- inputText: "Hello world!"
7-
- tapOn: "Send"
7+
- tapOn: "Send message"
88
- hideKeyboard
99
- takeScreenshot: build/maestro/511-Timeline

.maestro/tests/roomList/timeline/timeline.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ appId: ${MAESTRO_APP_ID}
66
- runFlow: messages/text.yaml
77
- runFlow: messages/location.yaml
88
- runFlow: messages/poll.yaml
9-
- runFlow: call/call.yaml
9+
10+
# Restore once the call flow is fixed
11+
#- runFlow: call/call.yaml
12+
1013
- back
1114
- runFlow: ../../assertions/assertHomeDisplayed.yaml

0 commit comments

Comments
 (0)