Skip to content

Commit aa70160

Browse files
committed
fix: e2e tests
1 parent 756632e commit aa70160

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.maestro/tests/onboarding/server-history.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ tags:
2626
id: 'servers-history-https://mobile.rocket.chat'
2727

2828
# should tap on a server history and navigate to login
29-
- tapOn: 'Connect to https://mobile.rocket.chat as ${output.user.username}'
29+
- tapOn:
30+
id: 'servers-history-https://mobile.rocket.chat'
3031
- assertVisible:
3132
id: 'login-view-submit'
3233
- assertVisible: ${output.user.username}
@@ -49,8 +50,10 @@ tags:
4950
direction: LEFT
5051
from:
5152
id: 'servers-history-https://mobile.rocket.chat'
53+
- waitForAnimationToEnd:
54+
timeout: 500
5255
- tapOn:
53-
id: 'servers-history-https://mobile.rocket.chat-delete'
56+
id: 'servers-history-delete-https://mobile.rocket.chat'
5457

5558
- extendedWaitUntil:
5659
notVisible:

0 commit comments

Comments
 (0)