Skip to content

Commit 6a80360

Browse files
test: adding assertions to make android tests pass
1 parent f7e2784 commit 6a80360

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ tags:
55
---
66
- launchApp
77
- tapOn: "Login as an Unidentified User"
8+
- assertVisible:
9+
text: "Present Intercom"
10+
enabled: true
811
- tapOn: "Present Intercom"
912
- tapOn: "Messages"
1013

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ tags:
55
---
66
- launchApp
77
- tapOn: "Login as an Unidentified User"
8+
- assertVisible:
9+
text: "Present Intercom"
10+
enabled: true
811
- tapOn: "Present Intercom"
912
- tapOn: "Messenger apps"
1013

0 commit comments

Comments
 (0)