diff --git a/.maestro/tests/roomList/timeline/messages/text.yaml b/.maestro/tests/roomList/timeline/messages/text.yaml index cae5e310c0..4e1f4bce28 100644 --- a/.maestro/tests/roomList/timeline/messages/text.yaml +++ b/.maestro/tests/roomList/timeline/messages/text.yaml @@ -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 diff --git a/.maestro/tests/roomList/timeline/timeline.yaml b/.maestro/tests/roomList/timeline/timeline.yaml index d82c5ea1ff..0ad9231673 100644 --- a/.maestro/tests/roomList/timeline/timeline.yaml +++ b/.maestro/tests/roomList/timeline/timeline.yaml @@ -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