Skip to content

Commit 6f13320

Browse files
committed
room fix
1 parent 06fc387 commit 6f13320

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.maestro/tests/room/room.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,11 @@ tags:
290290

291291
- extendedWaitUntil:
292292
visible:
293-
text: .*${output.otherUser.username}.*
293+
id: 'username-header-${output.otherUser.username}'
294294
timeout: 60000
295295
- tapOn:
296-
text: .*${output.otherUser.username}.*
296+
id: 'username-header-${output.otherUser.username}'
297+
retryTapIfNoChange: true
297298
- extendedWaitUntil:
298299
visible:
299300
id: room-info-view-username

0 commit comments

Comments
 (0)