chore: Retry sign in tap in tests

This commit is contained in:
Christian Kußowski 2026-03-06 08:52:05 +01:00
commit 89864cfd0c
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 7 additions and 3 deletions

View file

@ -1,7 +1,12 @@
appId: chat.fluffy.fluffychat
---
- assertVisible: "Sign in"
- tapOn: "Sign in"
- extendedWaitUntil: # Wait for app to be visible
visible: "Sign in"
timeout: 60000
- retry:
maxRetries: 10 # Emulator might need some time to be ready to
commands:
- tapOn: "Sign in"
- tapOn: "Search or enter homeserver address"
- inputText: "http://${HOMESERVER}"
- pressKey: "back"