We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b6682f + 5827051 commit 84e3083Copy full SHA for 84e3083
.maestro/tests/roomList/timeline/messages/poll.yaml
@@ -0,0 +1,13 @@
1
+appId: ${APP_ID}
2
+---
3
+- takeScreenshot: build/maestro/530-Timeline
4
+- tapOn: "Add attachment"
5
+- tapOn: "Poll"
6
+- tapOn: "What is the poll about?"
7
+- inputText: "I am a poll"
8
+- tapOn: "Option 1"
9
+- inputText: "Answer 1"
10
+- tapOn: "Option 2"
11
+- inputText: "Answer 2"
12
+- tapOn: "Create"
13
+- takeScreenshot: build/maestro/531-Timeline
.maestro/tests/roomList/timeline/timeline.yaml
@@ -5,5 +5,6 @@ appId: ${APP_ID}
- takeScreenshot: build/maestro/500-Timeline
- runFlow: messages/text.yaml
- runFlow: messages/location.yaml
+- runFlow: messages/poll.yaml
- back
- runFlow: ../../assertions/assertHomeDisplayed.yaml
0 commit comments