From b1e25388cd396e1919b27e4d1b5c6ec0ef58adc1 Mon Sep 17 00:00:00 2001 From: Rohit <40559587+Rohit3523@users.noreply.github.com> Date: Wed, 11 Feb 2026 10:53:40 +0530 Subject: [PATCH] added setPermissions before launch --- .maestro/helpers/login-with-deeplink.yaml | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/.maestro/helpers/login-with-deeplink.yaml b/.maestro/helpers/login-with-deeplink.yaml index 114974a59e5..d9b1ee77ae5 100644 --- a/.maestro/helpers/login-with-deeplink.yaml +++ b/.maestro/helpers/login-with-deeplink.yaml @@ -10,6 +10,9 @@ tags: true: CLEAR_STATE commands: - clearState: chat.rocket.reactnative +- setPermissions: + permissions: + all: allow - evalScript: ${output.login = output.utils.login(USERNAME, PASSWORD)} - runFlow: file: 'open-deeplink.yaml' @@ -24,24 +27,6 @@ tags: visible: '.*Pixel Launcher.*' commands: - tapOn: 'Close App' - - extendedWaitUntil: - visible: - text: '.*Allow.*' - timeout: 30000 - optional: true - - tapOn: - text: '.*Allow.*' - optional: true - - assertNotVisible: - text: '.*Allow.*' - optional: true -- runFlow: - when: - visible: '.*Would like to send you notifications.*' - platform: iOS - commands: - - tapOn: - point: 65%,60% - extendedWaitUntil: visible: id: 'rooms-list-view'