We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a5d44 commit 0b93f25Copy full SHA for 0b93f25
1 file changed
.maestro/helpers/login-with-deeplink.yaml
@@ -10,6 +10,9 @@ tags:
10
true: CLEAR_STATE
11
commands:
12
- clearState: chat.rocket.reactnative
13
+- setPermissions:
14
+ permissions:
15
+ all: allow
16
- evalScript: ${output.login = output.utils.login(USERNAME, PASSWORD)}
17
- runFlow:
18
file: 'open-deeplink.yaml'
@@ -24,24 +27,6 @@ tags:
24
27
visible: '.*Pixel Launcher.*'
25
28
26
29
- tapOn: 'Close App'
- - extendedWaitUntil:
- visible:
- text: '.*Allow.*'
30
- timeout: 30000
31
- optional: true
32
- - tapOn:
33
34
35
- - assertNotVisible:
36
37
38
-- runFlow:
39
- when:
40
- visible: '.*Would like to send you notifications.*'
41
- platform: iOS
42
- commands:
43
44
- point: 65%,60%
45
- extendedWaitUntil:
46
visible:
47
id: 'rooms-list-view'
0 commit comments