Skip to content

Commit 06fc387

Browse files
committed
Make unread badge for android-only
1 parent d2ae7ae commit 06fc387

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.maestro/tests/room/unread-badge.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ onFlowStart:
44
- runFlow: '../../helpers/setup.yaml'
55
tags:
66
- test-13
7+
- android-only
78

89
---
910
- evalScript: ${output.user = output.utils.createUser()}
@@ -31,6 +32,7 @@ tags:
3132
id: 'rooms-list-view-item-${output.otherUser.username}'
3233
- tapOn:
3334
id: header-back
35+
retryTapIfNoChange: true
3436
- extendedWaitUntil:
3537
notVisible:
3638
id: 'unread-badge-1'
@@ -54,6 +56,7 @@ tags:
5456
id: 'rooms-list-view-item-${output.otherUser.username}'
5557
- tapOn:
5658
id: header-back
59+
retryTapIfNoChange: true
5760
- extendedWaitUntil:
5861
notVisible:
5962
id: 'mention-badge-1'
@@ -78,6 +81,7 @@ tags:
7881
id: 'rooms-list-view-item-${output.otherUser.username}'
7982
- tapOn:
8083
id: header-back
84+
retryTapIfNoChange: true
8185
- extendedWaitUntil:
8286
notVisible:
8387
id: 'mention-badge-2'
@@ -102,6 +106,7 @@ tags:
102106
id: 'rooms-list-view-item-${output.otherUser.username}'
103107
- tapOn:
104108
id: header-back
109+
retryTapIfNoChange: true
105110
- extendedWaitUntil:
106111
notVisible:
107112
id: 'mention-badge-2'

0 commit comments

Comments
 (0)