Skip to content

Commit 84e3083

Browse files
authored
Merge pull request #1180 from vector-im/julioromano/poll_maestro_test
Poll: Maestro tests
2 parents 5b6682f + 5827051 commit 84e3083

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ appId: ${APP_ID}
55
- takeScreenshot: build/maestro/500-Timeline
66
- runFlow: messages/text.yaml
77
- runFlow: messages/location.yaml
8+
- runFlow: messages/poll.yaml
89
- back
910
- runFlow: ../../assertions/assertHomeDisplayed.yaml

0 commit comments

Comments
 (0)