We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756632e commit aa70160Copy full SHA for aa70160
1 file changed
.maestro/tests/onboarding/server-history.yaml
@@ -26,7 +26,8 @@ tags:
26
id: 'servers-history-https://mobile.rocket.chat'
27
28
# should tap on a server history and navigate to login
29
-- tapOn: 'Connect to https://mobile.rocket.chat as ${output.user.username}'
+- tapOn:
30
+ id: 'servers-history-https://mobile.rocket.chat'
31
- assertVisible:
32
id: 'login-view-submit'
33
- assertVisible: ${output.user.username}
@@ -49,8 +50,10 @@ tags:
49
50
direction: LEFT
51
from:
52
53
+- waitForAnimationToEnd:
54
+ timeout: 500
55
- tapOn:
- id: 'servers-history-https://mobile.rocket.chat-delete'
56
+ id: 'servers-history-delete-https://mobile.rocket.chat'
57
58
- extendedWaitUntil:
59
notVisible:
0 commit comments