There was an error while loading. Please reload this page.
1 parent 2b0e87d commit dbff978Copy full SHA for dbff978
1 file changed
.maestro/tests/room/message-markdown-click.yaml
@@ -90,6 +90,34 @@ tags:
90
text: 'OK'
91
optional: true
92
93
+# Long press on the link to copy to clipboard
94
+- runFlow:
95
+ when:
96
+ platform: Android
97
+ commands:
98
+ - longPressOn:
99
+ text: '.*https://www.rocket.chat.*'
100
101
102
+ platform: iOS
103
104
105
+ point: 66%,63%
106
+
107
+# Verify clipboard has the link alert
108
+- extendedWaitUntil:
109
+ visible:
110
+ text: '.*Link Long Pressed*.'
111
+ timeout: 10000
112
113
+- assertVisible:
114
+ text: '.*https://www.rocket.chat*.'
115
116
+# Dismiss the alert
117
+- tapOn:
118
+ text: 'OK'
119
+ optional: true
120
121
# Tap on e2e_admin mention to open user info
122
- tapOn:
123
text: '.*e2e_admin*.'
0 commit comments