From c43ca67e4c6fcdbb2e712668b22ed23bfc7b9283 Mon Sep 17 00:00:00 2001 From: Rohit <40559587+Rohit3523@users.noreply.github.com> Date: Thu, 12 Feb 2026 00:15:57 +0530 Subject: [PATCH] fix flaky behaviour --- .maestro/tests/room/ignoreuser.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.maestro/tests/room/ignoreuser.yaml b/.maestro/tests/room/ignoreuser.yaml index 9eaff66e266..f545cead62f 100644 --- a/.maestro/tests/room/ignoreuser.yaml +++ b/.maestro/tests/room/ignoreuser.yaml @@ -89,7 +89,8 @@ tags: id: 'username-header-${output.otherUser.username}' timeout: 60000 - tapOn: - id: 'username-header-${output.otherUser.username}' + text: ${output.otherUser.username} + index: 1 retryTapIfNoChange: true - extendedWaitUntil: visible: @@ -210,7 +211,9 @@ tags: visible: text: ${output.otherUser.username} timeout: 60000 -- tapOn: ${output.otherUser.username} +- tapOn: + text: ${output.otherUser.username} + index: 1 - extendedWaitUntil: visible: id: 'room-info-view'