Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 3 additions & 18 deletions .maestro/helpers/login-with-deeplink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down
Loading