Skip to content

Commit 18e2ea7

Browse files
test: adding assertions to get android tests to pass
1 parent 6a80360 commit 18e2ea7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

example/e2e/maestro/android/open-help-center.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ tags:
44
- help-center
55
---
66
- launchApp
7+
- assertVisible:
8+
text: "Login as an Unidentified User"
9+
enabled: true
710
- tapOn: "Login as an Unidentified User"
811
- assertVisible:
912
text: "Present Help Center"

example/e2e/maestro/android/open-messenger.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ tags:
99
text: "Present Intercom"
1010
enabled: true
1111
- tapOn: "Present Intercom"
12+
- assertVisible:
13+
text: "Messages"
1214
- tapOn: "Messages"
1315

example/e2e/maestro/ios/open-help-center.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ tags:
66
- launchApp
77
- tapOn: "Login as an Unidentified User"
88
- assertVisible:
9-
text: "Present Help Center"
10-
enabled: true
9+
text: "Present Help Center"
10+
enabled: true
1111
- tapOn: "Present Help Center"
1212
- assertVisible: "Untitled collection"
1313
- tapOn: "Untitled collection"

0 commit comments

Comments
 (0)