Try fixing Maestro tests (again) (#6149)

* Try fixing Maestro tests again: they fail when creating a room because the texts have changed

* Try using a retry on the webview before the login so we skip Chrome's setup

* Try handling edge case when leaving a room does not remove the screen
This commit is contained in:
Jorge Martin Espinosa 2026-02-06 12:29:37 +01:00 committed by GitHub
parent f4a61ec5a4
commit 9536afe3dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 38 additions and 22 deletions

View file

@ -13,3 +13,8 @@ appId: ${MAESTRO_APP_ID}
- scroll
- tapOn: "Leave room"
- tapOn: "Leave"
- runFlow:
when:
visible: 'You need an invite in order to join'
commands:
- tapOn: "Back"